diff options
author | rafa_99 <rafa99@protonmail.com> | 2019-11-25 22:45:15 +0000 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2019-11-25 22:45:15 +0000 |
commit | 32a2f3b1176847738a9083c9de7eb1ee8ebd1a46 (patch) | |
tree | 03a8052e134e5499f0e0952bf0b321d5d27b1ee1 /.config | |
parent | d06ecb50370f91b41a1a4c71563e4c8715d90750 (diff) |
Added Goyo Plugin
Diffstat (limited to '.config')
-rw-r--r-- | .config/nvim/init.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/nvim/init.vim b/.config/nvim/init.vim index 9e6b7ff..32c86aa 100644 --- a/.config/nvim/init.vim +++ b/.config/nvim/init.vim @@ -5,6 +5,7 @@ Plug 'jiangmiao/auto-pairs' Plug 'scrooloose/nerdtree' Plug 'vim-airline/vim-airline-themes' Plug 'tpope/vim-surround' +Plug 'junegunn/goyo.vim' call plug#end() " Custom Settings @@ -28,6 +29,7 @@ map <F4> :!clear && shellcheck % <CR> map <C-p> :set spell spelllang=pt_pt <CR> map <C-e> :set spell spelllang=en_us <CR> map <C-s> :set nospell <CR> +map <C-g> :Goyo <CR> " Keybinds for splits " Move between splits |