Remove unused plugins

This commit is contained in:
Alex Yatskov 2021-05-22 21:58:53 -07:00
parent 4671663a30
commit 94bf99e6d5
14 changed files with 6 additions and 52 deletions

24
.gitmodules vendored
View File

@ -19,9 +19,6 @@
[submodule ".vim/bundle/vim-indent-object"] [submodule ".vim/bundle/vim-indent-object"]
path = pack/plugins/start/vim-indent-object path = pack/plugins/start/vim-indent-object
url = https://github.com/michaeljsmith/vim-indent-object.git 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"] [submodule ".vim/bundle/vim-better-whitespace"]
path = pack/plugins/start/vim-better-whitespace path = pack/plugins/start/vim-better-whitespace
url = https://github.com/ntpeters/vim-better-whitespace.git url = https://github.com/ntpeters/vim-better-whitespace.git
@ -34,9 +31,6 @@
[submodule ".vim/bundle/vim-markdown"] [submodule ".vim/bundle/vim-markdown"]
path = pack/plugins/start/vim-markdown path = pack/plugins/start/vim-markdown
url = https://github.com/plasticboy/vim-markdown.git 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"] [submodule ".vim/bundle/vim-abolish"]
path = pack/plugins/start/vim-abolish path = pack/plugins/start/vim-abolish
url = https://github.com/tpope/vim-abolish.git url = https://github.com/tpope/vim-abolish.git
@ -46,9 +40,6 @@
[submodule ".vim/bundle/vim-repeat"] [submodule ".vim/bundle/vim-repeat"]
path = pack/plugins/start/vim-repeat path = pack/plugins/start/vim-repeat
url = https://github.com/tpope/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"] [submodule ".vim/bundle/vim-surround"]
path = pack/plugins/start/vim-surround path = pack/plugins/start/vim-surround
url = https://github.com/tpope/vim-surround url = https://github.com/tpope/vim-surround
@ -64,15 +55,6 @@
[submodule ".vim/bundle/vim-airline"] [submodule ".vim/bundle/vim-airline"]
path = pack/plugins/start/vim-airline path = pack/plugins/start/vim-airline
url = https://github.com/vim-airline/vim-airline.git 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"] [submodule ".vim/bundle/vim-dirvish"]
path = pack/plugins/start/vim-dirvish path = pack/plugins/start/vim-dirvish
url = https://github.com/justinmk/vim-dirvish.git url = https://github.com/justinmk/vim-dirvish.git
@ -103,15 +85,9 @@
[submodule ".vim/bundle/vim-angry"] [submodule ".vim/bundle/vim-angry"]
path = pack/plugins/start/vim-angry path = pack/plugins/start/vim-angry
url = https://github.com/b4winckler/vim-angry.git 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"] [submodule ".vim/bundle/ale"]
path = pack/plugins/start/ale path = pack/plugins/start/ale
url = https://github.com/dense-analysis/ale.git 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"] [submodule ".vim/bundle/vim-solarized8"]
path = pack/plugins/start/vim-solarized8 path = pack/plugins/start/vim-solarized8
url = https://github.com/lifepillar/vim-solarized8.git url = https://github.com/lifepillar/vim-solarized8.git

View File

@ -1,2 +0,0 @@
" ale
let b:ale_linters = ['rls']

View File

@ -1,3 +0,0 @@
setlocal colorcolumn=120
setlocal textwidth=120
setlocal spell

View File

@ -22,6 +22,9 @@ nnoremap <leader>P "+P
nnoremap <leader>yy "+yy nnoremap <leader>yy "+yy
nnoremap <leader>d "+dd nnoremap <leader>d "+dd
nnoremap <silent><bs> :bd<cr>
nnoremap <silent><s-bs> :bd!<cr>
nnoremap <a-k> <c-w>- nnoremap <a-k> <c-w>-
nnoremap <a-j> <c-w>+ nnoremap <a-j> <c-w>+
nnoremap <a-h> <c-w>< nnoremap <a-h> <c-w><
@ -58,12 +61,6 @@ nnoremap <silent><leader>fl :Lines<cr>
" vim-argwrap " vim-argwrap
nnoremap <silent><leader>a :ArgWrap<cr> nnoremap <silent><leader>a :ArgWrap<cr>
" vim-bbye
nnoremap <silent><bs> :Bwipeout<cr>
" vim-bufonly
nnoremap <silent><s-bs> :BufOnly<cr>
" vim-easy-align " vim-easy-align
nmap ga <plug>(EasyAlign) nmap ga <plug>(EasyAlign)
vmap <cr> <plug>(EasyAlign) vmap <cr> <plug>(EasyAlign)

@ -1 +0,0 @@
Subproject commit 63fb8acb57d57380b2e30e7a831247140559c95f

@ -1 +0,0 @@
Subproject commit 87c745d8d506fc1eecc1d81df15d5bde1658a2fc

@ -1 +0,0 @@
Subproject commit 25ef93ac5a87526111f43e5110675032dbcacf56

@ -1 +0,0 @@
Subproject commit 05a9f2d79f7aa7e2a94f9a6e29555e878e88d411

@ -1 +0,0 @@
Subproject commit 54d889a63716ee2f1818aa2ec5082db47147147b

@ -1 +0,0 @@
Subproject commit 5cffddb8e644d3a3d0c0ee6a7abf5b713e3c4f97

@ -1 +0,0 @@
Subproject commit 662c00676abab9d7ce16bf9f202420bf86cc6554

@ -1 +0,0 @@
Subproject commit 95da3d72efc91a5131acf388eafa4b1ad6512a9b

View File

@ -56,15 +56,9 @@ let g:header_field_author = 'Alex Yatskov'
let g:header_field_author_email = 'alex@foosoft.net' let g:header_field_author_email = 'alex@foosoft.net'
let g:header_field_filename = 0 let g:header_field_filename = 0
" vim-interestinwords " vim-interestingwords
let g:interestingWordsGUIColors = ['#8CCBEA', '#A4E57E', '#FFDB72', '#FF7272', '#FFB3FF', '#9999FF'] let g:interestingWordsGUIColors = ['#8ccbea', '#a4e57e', '#ffdb72', '#ff7272', '#ffb3ff', '#9999ff']
let g:interestingWordsTermColors = ['154', '121', '211', '137', '214', '222'] let g:interestingWordsTermColors = ['154', '121', '211', '137', '214', '222']
" vim-rooter
let g:rooter_silent_chdir = 1
" vim-markdown " vim-markdown
let g:vim_markdown_folding_disabled = 1 let g:vim_markdown_folding_disabled = 1
" rust.vim
let g:rustfmt_autosave = 1

View File

@ -18,7 +18,7 @@ function! s:guid()
let l:guid = system('powershell.exe -command "[guid]::NewGuid().ToString()"')[:-2] let l:guid = system('powershell.exe -command "[guid]::NewGuid().ToString()"')[:-2]
endif endif
if exists('l:guid') if exists('l:guid')
execute 'normal! a' . l:guid . "\<Esc>" execute 'normal! i' . l:guid . "\<Esc>"
else else
echoerr 'No GUID provider available' echoerr 'No GUID provider available'
endif endif