nix/prog/nvim: remove folding from rust

This commit is contained in:
Dmitriy Pleshevskiy 2022-08-05 22:16:57 +03:00
parent 200faf0400
commit 993c6ae1c7
Signed by: pleshevskiy
GPG key ID: 1B59187B161C0215

View file

@ -83,7 +83,6 @@ aug folding
au!
au BufNewFile,BufRead *.js,*.jsx 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
" Enable fast navigation between windows