代码自动补全
参考
字体
可到这里下载powerline字体, 我使用的是UbuntuMono, 配合vim-airline
使用。
Ack - 用于检索关键字
1 | brew install ack |
Neovim
Vim Plug to install extensions
coc.nvim for autocompletion and imports and type definitions
ctrl-space
autocompletiongd
goto definitionF2
renameK
show tooltip- created coc-pref.json
- :CocInstall coc-snippets
- :CocCommand snippets.editSnippets
Gruvbox theme
yats for typescript syntax
nerdtree for file tree
- auto open
- install fira font
Plug ‘tsony-tsonev/nerdtree-git-plugin’ Plug ‘tiagofumo/vim-nerdtree-syntax-highlight’ Plug ‘ryanoasis/vim-devicons’
nerdcommenter
cmd /
comment out code- (mapped to ++ so cmd / can be mapped)
ctrlp.vim for fuzzy file finder
cmd p
opencmd keybindings required iTerm2 remappings
vim-gitgutter tells you what lines you modified
参考自:https://www.notion.so/Vim-Setup-0586a2ae8466442daa293ad1297bdcd0