Skip to content

matejkostros/neovim_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neovim Config

After pulling repository, copy file contents or link it to into ~/.config/nvim Following must be installed:

sudo apt install neovim
pip3 install --user neovim
sudo apt install dos2unix # Necessary on WSL 

Create an alias for vim to call nvim for better efficiency:

echo alias vim='nvim' >> ~/.bashrc

Install plugins

  • To install a plugin, put it into "call plug" section into ~/.config/nvim/vim-plug/plugins.vim.
  • exit nvim ":xa"
  • open nvim again
  • Install plugins by :PlugInstall
  • When you are in WSL, correct all CRLF symbols with find ~/.config/nvim -exec dos2unix {} \;

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published