diff options
Diffstat (limited to 'vim')
| -rw-r--r-- | vim/.vim/.gitignore | 1 | ||||
| -rw-r--r-- | vim/.vim/bundle/.gitignore | 4 | ||||
| m--------- | vim/.vim/bundle/ctrlp | 0 | ||||
| m--------- | vim/.vim/bundle/nerdcommenter | 0 | ||||
| m--------- | vim/.vim/bundle/nerdtree | 0 | ||||
| m--------- | vim/.vim/bundle/quick-scope | 0 | ||||
| m--------- | vim/.vim/bundle/supertab | 0 | ||||
| m--------- | vim/.vim/bundle/syntastic | 0 | ||||
| m--------- | vim/.vim/bundle/tmuxline.vim | 0 | ||||
| m--------- | vim/.vim/bundle/vim-airline | 0 | ||||
| m--------- | vim/.vim/bundle/vim-airline-themes | 0 | ||||
| m--------- | vim/.vim/bundle/vim-fugitive | 0 | ||||
| m--------- | vim/.vim/bundle/vim-janah | 0 | ||||
| m--------- | vim/.vim/bundle/vim-signify | 0 | ||||
| -rw-r--r-- | vim/.vim/vimrc | 20 |
15 files changed, 19 insertions, 6 deletions
diff --git a/vim/.vim/.gitignore b/vim/.vim/.gitignore index f84e7ed..3d65f55 100644 --- a/vim/.vim/.gitignore +++ b/vim/.vim/.gitignore | |||
| @@ -1 +1,2 @@ | |||
| 1 | spell/ | 1 | spell/ |
| 2 | plugged/ | ||
diff --git a/vim/.vim/bundle/.gitignore b/vim/.vim/bundle/.gitignore deleted file mode 100644 index bf5f73d..0000000 --- a/vim/.vim/bundle/.gitignore +++ /dev/null | |||
| @@ -1,4 +0,0 @@ | |||
| 1 | vim-kerboscript | ||
| 2 | vim-go | ||
| 3 | vim-latex | ||
| 4 | vim-latex-live-preview | ||
diff --git a/vim/.vim/bundle/ctrlp b/vim/.vim/bundle/ctrlp deleted file mode 160000 | |||
| Subproject 08b40e1394d60aef213fa423bcd45db0ef6bcbc | |||
diff --git a/vim/.vim/bundle/nerdcommenter b/vim/.vim/bundle/nerdcommenter deleted file mode 160000 | |||
| Subproject e2d47bec2662d5fcd324d17e22dc37f38c97bf2 | |||
diff --git a/vim/.vim/bundle/nerdtree b/vim/.vim/bundle/nerdtree deleted file mode 160000 | |||
| Subproject 2e2b649232d6ae4d02d74793e5da0ee08480ad8 | |||
diff --git a/vim/.vim/bundle/quick-scope b/vim/.vim/bundle/quick-scope deleted file mode 160000 | |||
| Subproject d5882cb0e8e01494b7c2d2058cf5c9427bc6367 | |||
diff --git a/vim/.vim/bundle/supertab b/vim/.vim/bundle/supertab deleted file mode 160000 | |||
| Subproject 66511772a430a5eaad7f7d03dbb02e8f33c4a64 | |||
diff --git a/vim/.vim/bundle/syntastic b/vim/.vim/bundle/syntastic deleted file mode 160000 | |||
| Subproject cee74e0c1af934065fd1b3046e53cda76574f70 | |||
diff --git a/vim/.vim/bundle/tmuxline.vim b/vim/.vim/bundle/tmuxline.vim deleted file mode 160000 | |||
| Subproject 05c687014272abca548d72cfd5d8a7b7c3fb7e5 | |||
diff --git a/vim/.vim/bundle/vim-airline b/vim/.vim/bundle/vim-airline deleted file mode 160000 | |||
| Subproject a710cb99dde8e6a5c83c6b09749c0999df62e83 | |||
diff --git a/vim/.vim/bundle/vim-airline-themes b/vim/.vim/bundle/vim-airline-themes deleted file mode 160000 | |||
| Subproject 2a97d9ee410d7b9980a7741fc6e705d53eea23c | |||
diff --git a/vim/.vim/bundle/vim-fugitive b/vim/.vim/bundle/vim-fugitive deleted file mode 160000 | |||
| Subproject 50cc268d29c65738dab9eda8354d9387f162851 | |||
diff --git a/vim/.vim/bundle/vim-janah b/vim/.vim/bundle/vim-janah deleted file mode 160000 | |||
| Subproject ee3ee2edb3d82c4eaa339d7127c2b25f2cedc09 | |||
diff --git a/vim/.vim/bundle/vim-signify b/vim/.vim/bundle/vim-signify deleted file mode 160000 | |||
| Subproject 76bde232d163c99a8e72b517d8ef770b0d79849 | |||
diff --git a/vim/.vim/vimrc b/vim/.vim/vimrc index 99158fb..1f3806c 100644 --- a/vim/.vim/vimrc +++ b/vim/.vim/vimrc | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | call plug#begin('~/.vim/plugged') | ||
| 2 | |||
| 3 | Plug 'bling/vim-airline' | ||
| 4 | Plug 'ctrlpvim/ctrlp.vim' | ||
| 5 | Plug 'edkolev/tmuxline.vim' | ||
| 6 | Plug 'ervandew/supertab' | ||
| 7 | Plug 'mhinz/vim-janah' | ||
| 8 | Plug 'mhinz/vim-signify' | ||
| 9 | Plug 'scrooloose/nerdcommenter' | ||
| 10 | Plug 'scrooloose/nerdtree' | ||
| 11 | Plug 'scrooloose/syntastic' | ||
| 12 | Plug 'tpope/vim-fugitive' | ||
| 13 | Plug 'unblevable/quick-scope' | ||
| 14 | Plug 'vim-airline/vim-airline-themes' | ||
| 15 | |||
| 16 | call plug#end() | ||
| 17 | |||
| 1 | """ DEFAULT VIM SETTINGS | 18 | """ DEFAULT VIM SETTINGS |
| 2 | 19 | ||
| 3 | " Reload vimrc on save | 20 | " Reload vimrc on save |
| @@ -83,8 +100,7 @@ if has('nvim') | |||
| 83 | endif | 100 | endif |
| 84 | 101 | ||
| 85 | """ PLUGIN SPECIFIC SETTINGS | 102 | """ PLUGIN SPECIFIC SETTINGS |
| 86 | 103 | if exists("g:plug_home") | |
| 87 | if exists("g:loaded_pathogen") | ||
| 88 | 104 | ||
| 89 | " NERDTree: | 105 | " NERDTree: |
| 90 | " Open NERDTree when no file is specified | 106 | " Open NERDTree when no file is specified |
