diff --git a/vimrc b/vimrc index ef5ca08..cb2303c 100644 --- a/vimrc +++ b/vimrc @@ -168,7 +168,7 @@ let g:ale_sign_warning = 'W' let g:ale_linters = { \ 'ruby': ['rubocop', 'sorbet'], \ 'typescript': ['eslint', 'tsserver'], - \ 'javascript': ['eslint', 'flow'], + \ 'javascript': ['eslint'], \ 'rust': ['cargo'] \} @@ -192,7 +192,7 @@ let g:fzf_command_prefix = 'FZF' let g:fzf_commits_log_options = '--pretty=oneline' let g:fzf_buffers_jump = 1 " Disable jump to the existing window if possible -let $FZF_DEFAULT_COMMAND = 'ag -g "" --ignore "node_modules" --ignore ".git" --hidden' " Ag is not interpreting .gitignore properly +let $FZF_DEFAULT_COMMAND = 'rg --files -g "!tmp" -g "!vendor"' " Move to next mayus map m /[A-Z]:noha @@ -201,7 +201,7 @@ nnoremap :FZFFiles nnoremap b :FZFBuffers nnoremap c :FZFCommits nnoremap u :FZFSnippets -nnoremap a :FZFAg +nnoremap a :FZFRg nnoremap o :only nnoremap s :w