added sql ls to nvim
parent
d6839bac02
commit
f5dd2d157a
|
|
@ -104,7 +104,7 @@ nnoremap <C-k> <C-w>k
|
|||
" :inoremap <S-TAB> <TAB>
|
||||
"
|
||||
" #####################################################
|
||||
let g:coc_global_extensions=[ 'coc-snippets', 'coc-powershell', 'coc-sh', 'coc-omnisharp', 'coc-clangd', 'coc-json', 'coc-css', 'coc-git', 'coc-pyright' ]
|
||||
let g:coc_global_extensions=[ 'coc-snippets', 'coc-powershell', 'coc-sh', 'coc-omnisharp', 'coc-clangd', 'coc-json', 'coc-css', 'coc-git', 'coc-pyright', 'coc-sql']
|
||||
|
||||
" Use <C-l> for trigger snippet expand.
|
||||
imap <C-l> <Plug>(coc-snippets-expand)
|
||||
|
|
|
|||
Loading…
Reference in New Issue