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