added sql ls to nvim

main
The_miro 2025-10-23 11:10:57 +02:00
parent d6839bac02
commit f5dd2d157a
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ nnoremap <C-k> <C-w>k
" :inoremap <S-TAB> <TAB> " :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. " Use <C-l> for trigger snippet expand.
imap <C-l> <Plug>(coc-snippets-expand) imap <C-l> <Plug>(coc-snippets-expand)