For Linux Manjaro:
sudo snap install nvim --classic
sudo pacman -S pyright
For macOS:
brew install nvim
npm install -g pyright
-
Install plugins using
:PackerInstall
and reboot nvim.
- Plugin management via packer.nvim.
- Colorshemes via gruvbox.nvim.
- File auto-save via auto-save.nvim.
- File tree explorer via nvim-tree.nvim.
- Custom statusline via lualine.nvim.
- File tabs via bufferline.nvim.
- Fuzzy finder over lists via telescope.nvim
- Code, snippet, word auto-completion via nvim-cmp.
- Language server protocol (LSP) support via nvim-lspconfig.
- Auto close html tags vim-closetag.
- Preview colours in source code vim-css-color.
- Auto close parentheses lexima.vim.