add style for rust
This commit is contained in:
parent
bcf799f17c
commit
1d1b604f61
2 changed files with 5 additions and 0 deletions
3
after/ftplugin/rust.vim
Normal file
3
after/ftplugin/rust.vim
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
set noexpandtab
|
||||||
|
set shiftwidth=4
|
||||||
|
set tabstop=4
|
2
init.vim
2
init.vim
|
@ -49,3 +49,5 @@ let g:coc_snippet_next = '<tab>'
|
||||||
|
|
||||||
"highlight LineNr guifg=#ff57d8
|
"highlight LineNr guifg=#ff57d8
|
||||||
highlight LineNr guifg=#fcc35a
|
highlight LineNr guifg=#fcc35a
|
||||||
|
set noexpandtab
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue