- Install VIM PLUG https://github.com/junegunn/vim-plug#neovim
- Add this repo under ~/.config/nvim
If using JetBrains Mono, download the font locally here https://www.jetbrains.com/lp/mono/, otherwise NerdTree Icons won't work properly.
brew install ripgrep
brew install fd
https://github.com/BurntSushi/ripgrep
https://github.com/sharkdp/fd
https://github.com/VonHeikemen/lsp-zero.nvim
Helps setup nvim-lspconfig and nvim-cmp (auto completion) with pre-made configuration for various language servers.
Install LSPs, linters and formatters (do not need to use for formatters though as this config uses ALE)
Ex.
:LspInstall ruby-lsp
:LspInstall html-lsp
:LspInstall tailwindcss-language-server