summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.vim/init.vim13
1 files changed, 7 insertions, 6 deletions
diff --git a/.vim/init.vim b/.vim/init.vim
index 444f288..0033185 100644
--- a/.vim/init.vim
+++ b/.vim/init.vim
@@ -231,12 +231,13 @@ let g:neoformat_only_msg_on_error = 1
 " }}}2
 
 " let g:clap_insert_mode_only = v:true
-let g:clap_popup_border = 'sharp'
-let g:clap_layout = {
-\ 'relative': 'editor',
-\ 'row': '2%', 'col': '0%',
-\ 'width': '100%', 'height': '10%',
-\ }
+let g:clap_popup_border  = 'sharp'
+let g:clap_layout          = {}
+" let g:clap_layout.relative = 'editor'
+" let g:clap_layout.row      = '5%'
+" let g:clap_layout.col      = '0%'
+" let g:clap_layout.width    = '100%'
+" let g:clap_layout.height   = '33%'
 let g:clap_multi_selection_warning_silent = 1
 
 let g:neoterm_size = 20