Reject modern bloat, return to monke
Clone the repo
git clone https://github.com/asoderlind/MonkeVim.git
Symlink the repo folder as the nvim config folder
ln -sf /path/to/MonkeVim /home/user/.config/nvim
Opening nvim again will trigger a hook that installs packer.
While in nvim, run
:PackerSync
which installs and updates the plugins
plenary - required by many other plugins
packer - plugin manager
nvim-web-devicons - nice icons
nvim-treesitter - syntax highlighting
gruvbox - Theme
null-ls - vscode-like auto-format
nvim-tree - file navigation
telescope - amazing grep
bufferline.nvim - buffer tabs
git-signs - git stuff
nvim-lsp-installer - nice server installer
nvim-lspconfig - lsp config