Setting/Terminal (Shell)

[NVim] Vim Plugin Install wiki

Braydon 2024. 11. 7. 11:32
반응형

# plugin tags

for Plug 'preservim/tagbar' " Tagbar about the code structure

sudo apt install exuberant-ctags   

 

for Plug 'neoclide/coc.nvim' " Autocompletion

in coc.nvim,

npm install

or

yarn install

 

coc-clangd for C/C++/Objective-C, use clangd
coc-clang-format-style-options coc.nvim extension, helps you write .clang-format more easily.
coc-cmake for cmake code completion
coc-copilot for GitHub Copilot completion

 

https://builtin.com/software-engineering-perspectives/neovim-configuration

https://github.com/NeuralNine/config-files/blob/master/init.vim

 

 

https://www.youtube.com/watch?v=stqUbv-5u2s&t=159s

https://github.com/nvim-lua/kickstart.nvim

반응형