Skip to content

Commit

Permalink
[vim] Remove Cargo.toml from rooter stop patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
casey committed Feb 4, 2020
1 parent 77e6b54 commit 09adfd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ let g:vim_markdown_preview_github = 1 " render github flavored ma
let g:vim_markdown_preview_hotkey = '<leader>pm' " remap markdown preview hotkey
let g:vim_markdown_preview_toggle = 1 " update markdown preview on buffer write

let g:rooter_patterns = ['Cargo.toml', '.git', '.git/', 'justfile', 'Justfile'] " stop patterns
let g:rooter_patterns = ['.git', '.git/', 'justfile', 'Justfile'] " stop patterns

let g:ale_completion_enabled = 0 " enable completion
let g:ale_fix_on_save = 1 " fix on save
Expand Down

0 comments on commit 09adfd4

Please sign in to comment.