Skip to content

eteresh/cfg-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 

Repository files navigation

Sources:

Install

Run in shell:

git clone --bare https://github.com/eteresh/cfg-vim.git $HOME/.cfg/vim
git --git-dir=$HOME/.cfg/vim --work-tree=$HOME checkout master
git --git-dir=$HOME/.cfg/vim --work-tree=$HOME config --local status.showUntrackedFiles no

Neovim at first run would install all plugins.

Troubleshouting

If your .vimrc settings or plugins go crazy and don't let you normally use vim, just run vim without any config and plugins:

vim -u NONE -N

where -N option means to use vim in nocompatible mode. Also with -u option you can specify which config to use instead of default $HOME/.vimrc. For example:

vim -u $HOME/your_base_vim_config.vim

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages