diff options
author | terminaldweller <thabogre@gmail.com> | 2022-04-17 15:53:44 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-04-17 15:53:44 +0000 |
commit | c94222d3c29789909f761aff31777bdc5b036c9c (patch) | |
tree | d1749737e9209556493a61e435dbae3371dba407 /.vimrc | |
parent | update (diff) | |
download | scripts-c94222d3c29789909f761aff31777bdc5b036c9c.tar.gz scripts-c94222d3c29789909f761aff31777bdc5b036c9c.zip |
bunch of stuff
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1065,7 +1065,7 @@ let g:ctrlp_root_markers = ['.root'] let g:ctrlp_custom_ignore = '\v[\/](node_modules|target|dist)|(\.(swp|ico|git|svn))$' if executable('rg') set grepprg=rg\ --color=never - let g:ctrlp_user_command = 'rg %s --files --hidden --color=never --glob "!node_modules,!*.swp,!*.swo"' + let g:ctrlp_user_command = 'rg %s --files --hidden --color=never --glob "!node_modules"' let g:ctrlp_use_caching = 0 endif |