diff --git a/README.md b/README.md index 4539ddc..ef4bb2e 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,24 @@ ## For screen tearing: - Fix xorg config with appropriate driver. ![stones](./screenshots/Screenshot_20240503_095414.png) + +## Neovim + +### Vimplug +```sh +sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ + https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' +``` +### Conquer of Completion +- nodejs is a requirement +``` +curl -sL install-node.vercel.app/lts | bash +``` +### coc.nvim +``` +:CocInstall coc-pairs coc-json coc-tsserver coc-snippets +``` +### coc.vimtex +``` +:CocInstall coc-vimtex +``` \ No newline at end of file