Custom roots for vim-rooter
This commit is contained in:
parent
dd2d85898c
commit
734ede7c4c
2 changed files with 2 additions and 0 deletions
|
|
@ -8,3 +8,4 @@ node_modules
|
|||
package-lock.json
|
||||
|
||||
.ignore
|
||||
.root
|
||||
|
|
|
|||
|
|
@ -194,6 +194,7 @@ xmap <C-k> <Plug>(neosnippet_expand_target)
|
|||
let g:neosnippet#enable_completed_snippet=1
|
||||
|
||||
let g:rooter_manual_only = 1
|
||||
let g:rooter_patterns = ['.root', '.git', '.git/']
|
||||
noremap <leader>cd :execute 'cd' fnameescape(FindRootDirectory())<CR>:pwd<CR>
|
||||
|
||||
let g:AutoPairsMultilineClose = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue