diff --git a/.vimrc b/.vimrc index 28e2952..b72df96 100644 --- a/.vimrc +++ b/.vimrc @@ -35,7 +35,8 @@ let g:coc_global_extensions = [ \ 'coc-tsserver', \ 'coc-html', \ 'coc-json', - \ 'coc-pyright' + \ 'coc-pyright', + \ 'coc-rust-analyzer' \ ] 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 python setlocal ts=4 sts=4 sw=4 expandtab +" rust + + " PYTHON PROVIDERS {{{ if has('macunix')