diff --git a/configs/neovim.nix b/configs/neovim.nix index 45c4e25..4c0d491 100644 --- a/configs/neovim.nix +++ b/configs/neovim.nix @@ -30,6 +30,7 @@ ale fzf-vim fzfWrapper + goyo tabular vim-256noir vim-colors-paramount diff --git a/dot/init.vim b/dot/init.vim index 6283aad..59c1bf9 100644 --- a/dot/init.vim +++ b/dot/init.vim @@ -4,7 +4,6 @@ vnoremap a; :Tabularize /:: vnoremap a- :Tabularize /-> nnoremap :FZF -nnoremap :Rg let g:fzf_layout = { 'down': '~15%' } colorscheme paramount @@ -25,6 +24,8 @@ noremap b :Buffers noremap g :Rg noremap t :Tags +noremap f :Goyo + " reindent whole file noremap i mzgg=G`z