This commit is contained in:
2020-10-12 21:33:25 +02:00
parent 65013e1ac5
commit f559e8b242
4 changed files with 12 additions and 5 deletions

View File

@@ -216,3 +216,9 @@ augroup END
let g:lsp_auto_enable = 0
" command -nargs=0 LspStart call lsp#activate()
" clap
command -nargs=* Rag Clap grep ++query='<args>'
let g:clap_layout = {'relative': 'editor', 'width': '95%', 'height': '33%', 'row': '33%', 'col': '5%'}
let g:clap_use_pure_python = 1