Nvim dev environment
- Download the required binary which is used to define the LSP
- Setup the lspconfig in
mason_vim.lua
- Add autocomplete capabilities in
nvim_cmp_nvim.lua
- Download zsh-completions
- Download oh my zsh
ZSH is not available by default.
Run apt install zsh -y
, enter into zsh
and then run bash installation.sh
The step will install neovim on your macbook, copy the required init.vim
and install
the required plugins using Vundle
.
bash installation.sh