/nvim

my neovim configuration

Primary LanguageVim Script

nvim

my neovim configuration

How to use

1. install neovim

2. install vim-plug

mkdir -p ~/.local/share/nvim/site/autoload/
cd ~/.local/share/nvim/site/autoload/
wget https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

3. clone this repo to your neovim configuration path

cd $HOME/.config
git clone https://github.com/ghpasiso/nvim.git

4. install the basic software

apt install git make cmake gcc g++ gdb ripgrep fd-find python3-pip

5. pip3 must also be installed

pip3 install pynvim

6. install nodjs

7. install yarn

npm -g install yarn

8. install neovim

npm install -g neovim

9. install clangd

10. open file $HOME/.config/nvim/init.vim with neovim

:PlugInstall

11. install coc.nvim

cd /root/.vim/plugged/coc.nvim
yarn install
yarn build

12. install tree-sitter

yarn global add tree-sitter-cli