Skip to content

jdevries3133/vim_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My vim configuration. This is really easy to setup, just clone it into ~/.vim on your system, install Vim-Plug as a plugin manager, and finally install all the plugins with the :PlugInstall command.

There are very few plugins because I like to keep my vim config minimal:

My nvim configuration extends this configuration, and is much more IDE-like if that is your cup of tea.

common.vim

common.vim is kind of my personal "vim-sensible." It is compatible between vim and neovim and makes no reference to plugins. It makes a great .vimrc for remote servers:

curl -o $HOME/.vimrc https://raw.githubusercontent.com/jdevries3133/vim_config/main/common.vim
#                                                      |
#                                         change the URL if you forked!!