update neovim-fuzzy settings

This commit is contained in:
2022-01-12 11:53:13 +01:00
parent dd1672a638
commit 857cf11335

View File

@@ -18,6 +18,9 @@ filetype plugin indent on
let g:markdown_fenced_languages = ['python', 'bash=sh', 'go', 'c', 'cpp', 'yaml', 'json', 'sql', 'haskell'] let g:markdown_fenced_languages = ['python', 'bash=sh', 'go', 'c', 'cpp', 'yaml', 'json', 'sql', 'haskell']
" https://github.com/cloudhead/neovim-fuzzy/issues/50
let g:fuzzy_rootcmds = [["git", "rev-parse", "--show-toplevel"]]
set autoindent set autoindent
set autoread set autoread
set autowrite set autowrite
@@ -51,7 +54,7 @@ nnoremap <silent> <esc><esc> :nohls<CR>
nnoremap <silent> gB :bp<CR> nnoremap <silent> gB :bp<CR>
nnoremap <silent> gb :bn<CR> nnoremap <silent> gb :bn<CR>
nnoremap <C-p> :FuzzyOpen<CR> map <silent> <C-P> :FuzzyOpen<CR>
"noremap p p`[ "noremap p p`[
"noremap P P`[ "noremap P P`[