nix/prog/nvim: remove folding from rust
This commit is contained in:
parent
200faf0400
commit
993c6ae1c7
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ aug folding
|
||||||
au!
|
au!
|
||||||
au BufNewFile,BufRead *.js,*.jsx syntax on | setlocal foldmethod=syntax
|
au BufNewFile,BufRead *.js,*.jsx syntax on | setlocal foldmethod=syntax
|
||||||
au BufNewFile,BufRead *.ts,*.tsx syntax on | setlocal foldmethod=syntax
|
au BufNewFile,BufRead *.ts,*.tsx syntax on | setlocal foldmethod=syntax
|
||||||
au BufNewFile,BufRead *.rs syntax on | setlocal foldmethod=syntax
|
|
||||||
aug END
|
aug END
|
||||||
|
|
||||||
" Enable fast navigation between windows
|
" Enable fast navigation between windows
|
||||||
|
|
Loading…
Reference in a new issue