# 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
'Setting > Terminal (Shell)' 카테고리의 다른 글
[NVim] How to Install Node.js on Linux (Ubuntu) (0) | 2024.11.06 |
---|---|
[NVim] How to Install GitHub Copilot in NVim (Linux, Ubuntu) (4) | 2024.11.06 |
[NVim] How to Install vim-plug (Linux, Ubuntu) (2) | 2024.11.06 |
[NVim] NVim 최신 버전 설치 방법 (Ubuntu) (4) | 2024.11.06 |
[Vim] How to Install the Latest Version (Ubuntu) (4) | 2024.11.05 |