mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 16:51:34 +02:00
Add CoC vim, update zsh, tmux, kitty
This commit is contained in:
parent
5cf28d635b
commit
8aa92b589f
7 changed files with 71 additions and 54 deletions
9
config/nvim/coc.vim
Normal file
9
config/nvim/coc.vim
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
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"
|
||||
\ ]
|
||||
Loading…
Add table
Add a link
Reference in a new issue