diff options
author | Guangxiong Lin <[email protected]> | 2023-10-17 21:54:34 +0800 |
---|---|---|
committer | Guangxiong Lin <[email protected]> | 2023-10-17 21:54:34 +0800 |
commit | 1afb24757b0877fc802791ccb1f47687e21119d5 (patch) | |
tree | 26aef79fba5a10d329679a7dba14d30a9a067024 | |
parent | a76909cfa6c7dfa956ab71b1c82e02cc7aad3949 (diff) | |
download | dotfiles-1afb24757b0877fc802791ccb1f47687e21119d5.tar.gz dotfiles-1afb24757b0877fc802791ccb1f47687e21119d5.tar.bz2 dotfiles-1afb24757b0877fc802791ccb1f47687e21119d5.zip |
Update vim rooter config
-rw-r--r-- | .vim/after/plugin/rooter.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vim/after/plugin/rooter.vim b/.vim/after/plugin/rooter.vim index bb07c0a..d01e79f 100644 --- a/.vim/after/plugin/rooter.vim +++ b/.vim/after/plugin/rooter.vim @@ -1 +1 @@ -let g:rooter_patterns = ['.git'] +let g:rooter_patterns = ['.git', '.root'] |