diff options
| author | 2015-11-12 20:37:12 +0100 | |
|---|---|---|
| committer | 2015-11-12 20:37:12 +0100 | |
| commit | 67324729dfa5db32802d5d88c526cf80ae824ee4 (patch) | |
| tree | 962f6eb34b93c4eb7d3b144d7b7b032ef87cf8c8 | |
| parent | ddd8ae646f9b80184c81574b5d8c564a07722114 (diff) | |
| download | dotfiles-67324729dfa5db32802d5d88c526cf80ae824ee4.tar.gz dotfiles-67324729dfa5db32802d5d88c526cf80ae824ee4.tar.bz2 dotfiles-67324729dfa5db32802d5d88c526cf80ae824ee4.zip | |
Added neovim configs
| l--------- | neovim/.config/nvim | 1 | ||||
| l--------- | neovim/.nvim | 1 | ||||
| -rw-r--r-- | vim/.vim/.gitignore | 1 | ||||
| -rw-r--r-- | vim/.vim/bundle/.gitignore | 2 | ||||
| l--------- | vim/.vim/init.vim | 1 | ||||
| -rw-r--r-- | vim/.vimrc | 8 |
6 files changed, 9 insertions, 5 deletions
diff --git a/neovim/.config/nvim b/neovim/.config/nvim new file mode 120000 index 0000000..bf0d817 --- /dev/null +++ b/neovim/.config/nvim | |||
| @@ -0,0 +1 @@ | |||
| ../../vim/.vim \ No newline at end of file | |||
diff --git a/neovim/.nvim b/neovim/.nvim deleted file mode 120000 index 3ec36e2..0000000 --- a/neovim/.nvim +++ /dev/null | |||
| @@ -1 +0,0 @@ | |||
| 1 | ../vim/.vim \ No newline at end of file | ||
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 @@ | |||
| 1 | vim-kerboscript | 1 | vim-kerboscript |
| 2 | vim-go | 2 | vim-go |
| 3 | vim-latex | ||
| 4 | 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 | |||
| @@ -44,10 +44,10 @@ nnoremap Q <Nop> | |||
| 44 | cnoremap w!! w !sudo tee > /dev/null % | 44 | cnoremap w!! w !sudo tee > /dev/null % |
| 45 | 45 | ||
| 46 | " Switch windows with <C-W>[direction] | 46 | " Switch windows with <C-W>[direction] |
| 47 | noremap <C-J> <C-W>j | 47 | nnoremap <C-J> <C-W>j |
| 48 | noremap <C-K> <C-W>k | 48 | nnoremap <C-K> <C-W>k |
| 49 | noremap <C-H> <C-W>h | 49 | nnoremap <C-H> <C-W>h |
| 50 | noremap <C-L> <C-W>l | 50 | nnoremap <C-L> <C-W>l |
| 51 | 51 | ||
| 52 | " Never use the arrow keys | 52 | " Never use the arrow keys |
| 53 | noremap <Up> "" | 53 | noremap <Up> "" |
