From 8ad97ce80ec2839866ff6e3c50f66f779cc7693e Mon Sep 17 00:00:00 2001 From: Felix Wittwer Date: Mon, 1 Aug 2022 11:15:59 +0200 Subject: [PATCH] set fzf command for tycho --- tycho/nvim/init.vim | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tycho/nvim/init.vim b/tycho/nvim/init.vim index 9b53879..efe656f 100644 --- a/tycho/nvim/init.vim +++ b/tycho/nvim/init.vim @@ -77,11 +77,9 @@ set backspace=indent,eol,start " map the leader key to , let mapleader="," -" set filetypes -au BufRead,BufNewFile *.ohuac setfiletype rust -au BufRead,BufNewFile *.ohuao setfiletype json +let $FZF_DEFAULT_COMMAND = 'rg --files --hidden' -" Cycling through windows and tabs -- made by Pius :D +" Cycling through windows and tabs " nnoremap j " nnoremap k " nnoremap l