diff --git a/.gitmodules b/.gitmodules index 767e148..296db7b 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,9 +19,6 @@ [submodule ".vim/bundle/vim-indent-object"] path = pack/plugins/start/vim-indent-object url = https://github.com/michaeljsmith/vim-indent-object.git -[submodule ".vim/bundle/vim-bbye"] - path = pack/plugins/start/vim-bbye - url = https://github.com/moll/vim-bbye.git [submodule ".vim/bundle/vim-better-whitespace"] path = pack/plugins/start/vim-better-whitespace url = https://github.com/ntpeters/vim-better-whitespace.git @@ -34,9 +31,6 @@ [submodule ".vim/bundle/vim-markdown"] path = pack/plugins/start/vim-markdown url = https://github.com/plasticboy/vim-markdown.git -[submodule ".vim/bundle/vim-bufonly"] - path = pack/plugins/start/vim-bufonly - url = https://github.com/schickling/vim-bufonly.git [submodule ".vim/bundle/vim-abolish"] path = pack/plugins/start/vim-abolish url = https://github.com/tpope/vim-abolish.git @@ -46,9 +40,6 @@ [submodule ".vim/bundle/vim-repeat"] path = pack/plugins/start/vim-repeat url = https://github.com/tpope/vim-repeat -[submodule ".vim/bundle/vim-speeddating"] - path = pack/plugins/start/vim-speeddating - url = https://github.com/tpope/vim-speeddating.git [submodule ".vim/bundle/vim-surround"] path = pack/plugins/start/vim-surround url = https://github.com/tpope/vim-surround @@ -64,15 +55,6 @@ [submodule ".vim/bundle/vim-airline"] path = pack/plugins/start/vim-airline url = https://github.com/vim-airline/vim-airline.git -[submodule ".vim/bundle/vim-indent-guides"] - path = pack/plugins/start/vim-indent-guides - url = https://github.com/nathanaelkane/vim-indent-guides.git -[submodule ".vim/bundle/vim-jdaddy"] - path = pack/plugins/start/vim-jdaddy - url = https://github.com/tpope/vim-jdaddy.git -[submodule ".vim/bundle/vim-rooter"] - path = pack/plugins/start/vim-rooter - url = https://github.com/airblade/vim-rooter.git [submodule ".vim/bundle/vim-dirvish"] path = pack/plugins/start/vim-dirvish url = https://github.com/justinmk/vim-dirvish.git @@ -103,15 +85,9 @@ [submodule ".vim/bundle/vim-angry"] path = pack/plugins/start/vim-angry url = https://github.com/b4winckler/vim-angry.git -[submodule ".vim/bundle/ListToggle"] - path = pack/plugins/start/ListToggle - url = https://github.com/Valloric/ListToggle.git [submodule ".vim/bundle/ale"] path = pack/plugins/start/ale url = https://github.com/dense-analysis/ale.git -[submodule ".vim/bundle/rust.vim"] - path = pack/plugins/start/rust.vim - url = https://github.com/rust-lang/rust.vim [submodule ".vim/bundle/vim-solarized8"] path = pack/plugins/start/vim-solarized8 url = https://github.com/lifepillar/vim-solarized8.git diff --git a/ftplugin/rust.vim b/ftplugin/rust.vim deleted file mode 100644 index 742c503..0000000 --- a/ftplugin/rust.vim +++ /dev/null @@ -1,2 +0,0 @@ -" ale -let b:ale_linters = ['rls'] diff --git a/ftplugin/tex.vim b/ftplugin/tex.vim deleted file mode 100644 index 6b8d7cd..0000000 --- a/ftplugin/tex.vim +++ /dev/null @@ -1,3 +0,0 @@ -setlocal colorcolumn=120 -setlocal textwidth=120 -setlocal spell diff --git a/keymaps.vim b/keymaps.vim index 8d962f4..e8245a1 100644 --- a/keymaps.vim +++ b/keymaps.vim @@ -22,6 +22,9 @@ nnoremap P "+P nnoremap yy "+yy nnoremap d "+dd +nnoremap :bd +nnoremap :bd! + nnoremap - nnoremap + nnoremap < @@ -58,12 +61,6 @@ nnoremap fl :Lines " vim-argwrap nnoremap a :ArgWrap -" vim-bbye -nnoremap :Bwipeout - -" vim-bufonly -nnoremap :BufOnly - " vim-easy-align nmap ga (EasyAlign) vmap (EasyAlign) diff --git a/pack/plugins/start/ListToggle b/pack/plugins/start/ListToggle deleted file mode 160000 index 63fb8ac..0000000 --- a/pack/plugins/start/ListToggle +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 63fb8acb57d57380b2e30e7a831247140559c95f diff --git a/pack/plugins/start/rust.vim b/pack/plugins/start/rust.vim deleted file mode 160000 index 87c745d..0000000 --- a/pack/plugins/start/rust.vim +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 87c745d8d506fc1eecc1d81df15d5bde1658a2fc diff --git a/pack/plugins/start/vim-bbye b/pack/plugins/start/vim-bbye deleted file mode 160000 index 25ef93a..0000000 --- a/pack/plugins/start/vim-bbye +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 25ef93ac5a87526111f43e5110675032dbcacf56 diff --git a/pack/plugins/start/vim-bufonly b/pack/plugins/start/vim-bufonly deleted file mode 160000 index 05a9f2d..0000000 --- a/pack/plugins/start/vim-bufonly +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 05a9f2d79f7aa7e2a94f9a6e29555e878e88d411 diff --git a/pack/plugins/start/vim-indent-guides b/pack/plugins/start/vim-indent-guides deleted file mode 160000 index 54d889a..0000000 --- a/pack/plugins/start/vim-indent-guides +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 54d889a63716ee2f1818aa2ec5082db47147147b diff --git a/pack/plugins/start/vim-jdaddy b/pack/plugins/start/vim-jdaddy deleted file mode 160000 index 5cffddb..0000000 --- a/pack/plugins/start/vim-jdaddy +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 5cffddb8e644d3a3d0c0ee6a7abf5b713e3c4f97 diff --git a/pack/plugins/start/vim-rooter b/pack/plugins/start/vim-rooter deleted file mode 160000 index 662c006..0000000 --- a/pack/plugins/start/vim-rooter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 662c00676abab9d7ce16bf9f202420bf86cc6554 diff --git a/pack/plugins/start/vim-speeddating b/pack/plugins/start/vim-speeddating deleted file mode 160000 index 95da3d7..0000000 --- a/pack/plugins/start/vim-speeddating +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 95da3d72efc91a5131acf388eafa4b1ad6512a9b diff --git a/plugins.vim b/plugins.vim index de7c79f..1fdd4d7 100644 --- a/plugins.vim +++ b/plugins.vim @@ -56,15 +56,9 @@ let g:header_field_author = 'Alex Yatskov' let g:header_field_author_email = 'alex@foosoft.net' let g:header_field_filename = 0 -" vim-interestinwords -let g:interestingWordsGUIColors = ['#8CCBEA', '#A4E57E', '#FFDB72', '#FF7272', '#FFB3FF', '#9999FF'] +" vim-interestingwords +let g:interestingWordsGUIColors = ['#8ccbea', '#a4e57e', '#ffdb72', '#ff7272', '#ffb3ff', '#9999ff'] let g:interestingWordsTermColors = ['154', '121', '211', '137', '214', '222'] -" vim-rooter -let g:rooter_silent_chdir = 1 - " vim-markdown let g:vim_markdown_folding_disabled = 1 - -" rust.vim -let g:rustfmt_autosave = 1 diff --git a/util.vim b/util.vim index 8d5fb79..1a3ca85 100644 --- a/util.vim +++ b/util.vim @@ -18,7 +18,7 @@ function! s:guid() let l:guid = system('powershell.exe -command "[guid]::NewGuid().ToString()"')[:-2] endif if exists('l:guid') - execute 'normal! a' . l:guid . "\" + execute 'normal! i' . l:guid . "\" else echoerr 'No GUID provider available' endif