goerz / vimrc

My Vim Configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim/Neovim Configuration

This configuration is intended to work with both traditional vim and neovim.

First, clone the repository to ~/.vim:

user@host:~> git clone https://github.com/goerz/vimrc.git .vim

Then, for traditional vim, link .vim/init.vim to .vimrc:

user@host:~> ln -s .vim/init.vim .vimrc

For neovim, link the entire folder to ~/.config/nvim (or more generally to $XDG_CONFIG_HOME/nvim):

user@host:~> mkdir ~/.config
user@host:~> ln -s ~/.vim ~/.config/nvim

Update at any time by running git pull inside the ~/.vim folder.

If you only want neovim support, you could directly clone this repository to ~/.config/nvim.

About

My Vim Configuration


Languages

Language:Vim Script 89.6%Language:Python 5.3%Language:Perl 4.1%Language:Shell 0.6%Language:TeX 0.2%Language:Julia 0.2%Language:Batchfile 0.0%Language:Dockerfile 0.0%Language:Fortran 0.0%Language:Racket 0.0%Language:PLSQL 0.0%Language:Ruby 0.0%Language:Elixir 0.0%Language:JavaScript 0.0%Language:Jsonnet 0.0%Language:Kotlin 0.0%Language:VHDL 0.0%