mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
9 lines
274 B
VimL
9 lines
274 B
VimL
ino <expr> <Tab> pumvisible() ? "\<C-n>" : "\<Tab>"
|
|
ino <expr> <S-Tab> pumvisible() ? "\<C-p>" : "\<S-Tab>"
|
|
map <leader>s <Plug>(coc-rename)
|
|
|
|
let g:coc_global_config = "$HOME/.config/nvim/coc-settings.json"
|
|
let g:coc_global_extensions = [
|
|
\ "coc-tsserver",
|
|
\ "coc-html"
|
|
\ ]
|