aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-05-15 07:46:30 -0400
committertdro <tdro@users.noreply.github.com>2020-05-15 07:49:31 -0400
commit504932aacbf1ca1bb6a46960c3908a2b6a70179d (patch)
treec9e9ebc57819082fa31e1cc403797c8b40846050
parent28c486776dfe71be45f92df3b4db3886736e8548 (diff)
downloaddotfiles-504932aacbf1ca1bb6a46960c3908a2b6a70179d.tar.gz
dotfiles-504932aacbf1ca1bb6a46960c3908a2b6a70179d.tar.bz2
dotfiles-504932aacbf1ca1bb6a46960c3908a2b6a70179d.zip
.vimrc: Remove unused plugins
-rw-r--r--.vim/plugins.vim6
-rw-r--r--.vimrc13
2 files changed, 0 insertions, 19 deletions
diff --git a/.vim/plugins.vim b/.vim/plugins.vim
index 2a5eb58..b9f5695 100644
--- a/.vim/plugins.vim
+++ b/.vim/plugins.vim
@@ -7,14 +7,8 @@ call plug#begin('~/.vim/bundle')
Plug 'junegunn/vim-plug'
Plug 'junegunn/fzf.vim', { 'tag': 'f86ef1bce602713fe0b5b68f4bdca8c6943ecb59' }
Plug 'mcchrish/nnn.vim', { 'tag': 'bfc91b503769920a366b12851b871795c0eb6825' }
-Plug 'skwp/greplace.vim', { 'tag': 'a34dff350f4f35d35f6265ab2abef152bc836ca8' }
Plug 'pangloss/vim-javascript', { 'tag': 'c3966153e81bc3766b1627e6ab0cd53333b61c1e' }
Plug 'tpope/vim-surround', { 'tag': 'f51a26d3710629d031806305b6c8727189cd1935' }
-Plug 'MarcWeber/vim-addon-mw-utils', { 'tag': '6aaf4fee472db7cbec6d2c8eea69fdf3a8f8a75d' }
-Plug 'tomtom/tlib_vim', { 'tag': 'a071b6d41b20069a3520e0d101194a752968973b' }
-Plug 'tobyS/pdv', { 'tag': '0e4b5aa689400246069953147ce53905c912087d' }
-Plug 'tobyS/vmustache', { 'tag': 'd39f77bafef57ba7af304c74b3cfc91a83fd86e0' }
-Plug 'dense-analysis/ale', { 'tag': '64b9a2708d1b5c2ce2c04eee1f64508c75b7bbb4' }
Plug 'tpope/vim-fugitive', { 'tag': '85e2c73830b6bb01ce7fc3a926d2b25836a253eb' }
" Enable fzf.vim on Debian.
diff --git a/.vimrc b/.vimrc
index 84e550f..16d154b 100644
--- a/.vimrc
+++ b/.vimrc
@@ -193,7 +193,6 @@ nmap <Leader>q :bd<cr>
nmap <Leader>w <C-w>c<cr>
" Linting shortcuts
-nmap <Leader>lat :ALEToggle<cr>
nmap <Leader>lph :call HTMLBeautify()<cr>
nmap <Leader>lpc :call CSSBeautify()<cr>
nmap <Leader>lpa :call AnsibleCheck()<cr>
@@ -234,9 +233,6 @@ nmap <Leader>vdp
nmap <Leader>nn :NnnPicker '%:p:h'<CR>
nmap <Leader>nm :NnnPicker<CR>
-" Mappings for pdv
-nmap <Leader>dd :call pdv#DocumentWithSnip()<CR>
-
" Exit incremental search
nmap <Esc><Esc> :nohl<cr>
@@ -278,15 +274,6 @@ vnoremap <expr>y "my\"" . v:register . "y`y"
"---------------Plugin Settings---------------"
-" Grep Replace
-set grepprg=ag
-let g:grep_cmd_opts = '--line-numbers --noheading'
-
-" Asynchronous Lint Engine (ale)
-let g:ale_enabled = 0
-
-" pdv
-let g:pdv_template_dir = $HOME ."/.vim/bundle/pdv/templates_snip"
" nnn settings
let g:nnn#command = 'nnn -H' " Override default command