Skip to content

Commit

Permalink
Vim rooter settings
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Jan 21, 2024
1 parent 9195c13 commit 4e1fa11
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion vimrc.local
Original file line number Diff line number Diff line change
Expand Up @@ -207,9 +207,11 @@ let g:startify_bookmarks = [
\ ]

" Rooter
let g:rooter_buftypes = ['']
let g:rooter_targets = '*'
let g:rooter_silent_chdir = 1
let g:rooter_patterns = [
\ 'spago.dhall',
\ 'spago.dhall',
\ 'package.json',
\ 'elm.json',
\ 'stack.yaml',
Expand Down

0 comments on commit 4e1fa11

Please sign in to comment.