Add coc-rust-analyzer in .vimrc
This commit is contained in:
parent
aa100c6b1b
commit
5974fb5c04
1 changed files with 5 additions and 1 deletions
6
.vimrc
6
.vimrc
|
@ -35,7 +35,8 @@ let g:coc_global_extensions = [
|
||||||
\ 'coc-tsserver',
|
\ 'coc-tsserver',
|
||||||
\ 'coc-html',
|
\ 'coc-html',
|
||||||
\ 'coc-json',
|
\ 'coc-json',
|
||||||
\ 'coc-pyright'
|
\ 'coc-pyright',
|
||||||
|
\ 'coc-rust-analyzer'
|
||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
call plug#end()
|
call plug#end()
|
||||||
|
@ -117,6 +118,9 @@ autocmd Filetype scss setlocal ts=2 sw=2 expandtab
|
||||||
autocmd Filetype css setlocal ts=2 sw=2 expandtab
|
autocmd Filetype css setlocal ts=2 sw=2 expandtab
|
||||||
autocmd Filetype python setlocal ts=4 sts=4 sw=4 expandtab
|
autocmd Filetype python setlocal ts=4 sts=4 sw=4 expandtab
|
||||||
|
|
||||||
|
" rust
|
||||||
|
|
||||||
|
|
||||||
" PYTHON PROVIDERS {{{
|
" PYTHON PROVIDERS {{{
|
||||||
|
|
||||||
if has('macunix')
|
if has('macunix')
|
||||||
|
|
Loading…
Add table
Reference in a new issue