From 67324729dfa5db32802d5d88c526cf80ae824ee4 Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Thu, 12 Nov 2015 20:37:12 +0100 Subject: Added neovim configs --- vim/.vim/.gitignore | 1 + vim/.vim/bundle/.gitignore | 2 ++ vim/.vim/init.vim | 1 + vim/.vimrc | 8 ++++---- 4 files changed, 8 insertions(+), 4 deletions(-) create mode 100644 vim/.vim/.gitignore create mode 120000 vim/.vim/init.vim (limited to 'vim') diff --git a/vim/.vim/.gitignore b/vim/.vim/.gitignore new file mode 100644 index 0000000..f84e7ed --- /dev/null +++ b/vim/.vim/.gitignore @@ -0,0 +1 @@ +spell/ diff --git a/vim/.vim/bundle/.gitignore b/vim/.vim/bundle/.gitignore index aa36e72..bf5f73d 100644 --- a/vim/.vim/bundle/.gitignore +++ b/vim/.vim/bundle/.gitignore @@ -1,2 +1,4 @@ vim-kerboscript vim-go +vim-latex +vim-latex-live-preview diff --git a/vim/.vim/init.vim b/vim/.vim/init.vim new file mode 120000 index 0000000..eb21de1 --- /dev/null +++ b/vim/.vim/init.vim @@ -0,0 +1 @@ +/home/tom/.vimrc \ No newline at end of file diff --git a/vim/.vimrc b/vim/.vimrc index cde36c1..c71e47d 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -44,10 +44,10 @@ nnoremap Q cnoremap w!! w !sudo tee > /dev/null % " Switch windows with [direction] -noremap j -noremap k -noremap h -noremap l +nnoremap j +nnoremap k +nnoremap h +nnoremap l " Never use the arrow keys noremap "" -- cgit v1.2.3