From da204051b229aca85fd16b7374f7e01f3afbe3a0 Mon Sep 17 00:00:00 2001 From: Marcel Schneider Date: Wed, 27 May 2020 09:32:20 +0200 Subject: [PATCH] switch to rust-analyzer --- init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.vim b/init.vim index 0207f71..56d7b3f 100644 --- a/init.vim +++ b/init.vim @@ -37,7 +37,7 @@ Plug 'ludovicchabant/vim-gutentags', { 'for': ['js', 'vue', 'php'] } " Keep tags Plug 'neoclide/coc-json', { 'do': 'yarn install --frozen-lockfile' } Plug 'neoclide/coc-snippets', { 'do': 'yarn install --frozen-lockfile' } Plug 'neoclide/coc-tsserver', { 'do': 'yarn install --frozen-lockfile' } -Plug 'neoclide/coc-rls', { 'do': 'yarn install --frozen-lockfile' } +Plug 'fannheyward/coc-rust-analyzer', { 'do': 'yarn install --frozen-lockfile' } Plug 'neoclide/coc-vetur', { 'do': 'yarn install --frozen-lockfile' } Plug 'neoclide/coc-css', { 'do': 'yarn install --frozen-lockfile' } Plug 'neoclide/coc-vimtex', { 'do': 'yarn install --frozen-lockfile' }