neovim: replaced ctrlp with fzf-vim
This commit is contained in:
parent
412fca8f5a
commit
1612a194c7
|
@ -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 <silent> <C-p> :Files<CR>
|
||||
|
||||
let g:airline_powerline_fonts = 1 " Use powerline fonts
|
||||
let g:airline_theme='one' " Set the airline theme
|
||||
|
|
Loading…
Reference in a new issue