add style for rust

This commit is contained in:
Robert 2024-05-19 17:09:33 +02:00
parent bcf799f17c
commit 1d1b604f61
2 changed files with 5 additions and 0 deletions

3
after/ftplugin/rust.vim Normal file
View file

@ -0,0 +1,3 @@
set noexpandtab
set shiftwidth=4
set tabstop=4

View file

@ -49,3 +49,5 @@ let g:coc_snippet_next = '<tab>'
"highlight LineNr guifg=#ff57d8
highlight LineNr guifg=#fcc35a
set noexpandtab