diff --git a/profiles/neovim.nix b/profiles/neovim.nix index 657cc05..36c7f85 100644 --- a/profiles/neovim.nix +++ b/profiles/neovim.nix @@ -9,7 +9,8 @@ packages.myPlugins = with pkgs.vimPlugins; { start = [ airline # Lean & mean status/tabline for vim that's light as air - ctrlp # Full path fuzzy file, buffer, mru, tag, ... finder for Vim + fugitive # Vim Git wrapper + fzf-vim # Full path fuzzy file, buffer, mru, tag, finder for Vim haskell-vim # Syntax Highlighting and Indentation for Haskell indentLine # Display thin vertical lines at each indentation level neocomplete-vim # Keyword completion system @@ -50,6 +51,7 @@ hi SpellBad cterm=underline " Set the spell checking highlight style hi SpellBad ctermbg=NONE " Set the spell checking highlight background match ErrorMsg '\s\+$' " + nnoremap :Files let g:airline_powerline_fonts = 1 " Use powerline fonts let g:airline_theme='one' " Set the airline theme