File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ nnoremap <F3> :set hlsearch!<CR>
3636nnoremap <F4> :exe 'set nu!' &nu ? 'rnu!' : ''<CR>
3737nnoremap <F5> :if exists("g:syntax_on") <Bar> syntax off <Bar> else <Bar> syntax enable <Bar> endif <CR>
3838nnoremap <F6> :set spell!<CR>
39+ nnoremap <F11> :Goyo<CR>
3940
4041filetype plugin on
4142
@@ -47,19 +48,9 @@ source ~/.local/share/nvim/site/autoload/plug.vim
4748call plug#begin (' ~/.local/share/nvim/plugged' )
4849
4950Plug ' editorconfig/editorconfig-vim'
50- Plug ' mxw/vim-jsx'
51-
52- Plug ' dag/vim-fish'
53-
54- " TODO: remove extraneous fzf pkgs
5551Plug ' /usr/bin/fzf'
56- Plug ' junegunn/fzf'
57- Plug ' junegunn/fzf.vim'
58-
59- Plug ' terryma/vim-multiple-cursors'
6052Plug ' junegunn/goyo.vim'
6153Plug ' dylanaraps/wal.vim'
62- " Plug 'chrisbra/Colorizer.vim'
6354
6455call plug#end ()
6556
You can’t perform that action at this time.
0 commit comments