My personal configuration for NeoVim
-
yay -S neovim
-
yay -S python-neovim
-
yay -S nerd-fonts-complete
(for VimDevIcons) -
yay -S nerd-fonts-source-code-pro
(for VimDevIcons) -
yay -S tree-sitter
(for neovim-tree-sitter) -
npm install -g typescript
(for mhartington/nvim-typescript) -
npm install -g neovim
(for mhartington/nvim-typescript) -
pip -m install pynvim
(for deoplete)
-
Install all the packages needed.
-
Clone the repo to
~/.config/nvim
git clone https://github.com/bameda/neovim-conf.git ~/.config/nvim
-
Open
nvim
, type:PlugInstall
and press ENTER to download all plugins. -
Then run
:UpdateRemotePlugins
(needed for nvim-typescript, related issue)