Skip to content

Commit bc51516

Browse files
committed
vim cleanup
* remove unused / deprecated plugins * also added F11 toggle for Goyo mode
1 parent 1114cc1 commit bc51516

1 file changed

Lines changed: 1 addition & 10 deletions

File tree

.vimrc

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ nnoremap <F3> :set hlsearch!<CR>
3636
nnoremap <F4> :exe 'set nu!' &nu ? 'rnu!' : ''<CR>
3737
nnoremap <F5> :if exists("g:syntax_on") <Bar> syntax off <Bar> else <Bar> syntax enable <Bar> endif <CR>
3838
nnoremap <F6> :set spell!<CR>
39+
nnoremap <F11> :Goyo<CR>
3940
4041
filetype plugin on
4142

@@ -47,19 +48,9 @@ source ~/.local/share/nvim/site/autoload/plug.vim
4748
call plug#begin('~/.local/share/nvim/plugged')
4849

4950
Plug 'editorconfig/editorconfig-vim'
50-
Plug 'mxw/vim-jsx'
51-
52-
Plug 'dag/vim-fish'
53-
54-
" TODO: remove extraneous fzf pkgs
5551
Plug '/usr/bin/fzf'
56-
Plug 'junegunn/fzf'
57-
Plug 'junegunn/fzf.vim'
58-
59-
Plug 'terryma/vim-multiple-cursors'
6052
Plug 'junegunn/goyo.vim'
6153
Plug 'dylanaraps/wal.vim'
62-
" Plug 'chrisbra/Colorizer.vim'
6354

6455
call plug#end()
6556

0 commit comments

Comments
 (0)