Swtich to rust-analyzer, rust-tools

This commit is contained in:
Thomas Gideon 2021-09-04 11:25:28 -04:00
parent ca3bd5d9f8
commit 56e3e48556
7 changed files with 8 additions and 225 deletions

View file

@ -9,15 +9,11 @@ let mapleader = "\<Space>"
let oldwd = getcwd()
exec "cd " . vimrc_git
source plug.vim
source ncm2.vim
source airline.vim
source syntastic.vim
source fzf.vim
source mapping.vim
source jsonnet.vim
source racer.vim
source lsp.vim
source autoformat.vim
source nerdtree.vim
exec "cd " . oldwd
@ -122,3 +118,8 @@ inoremap <C-Down> <Esc>:call AdjustFontSize(-1)<CR>a
" override the default location of vimwiki and change to markdown
let g:vimwiki_list = [{'path': '~/Documents/Wiki', 'syntax': 'markdown', 'ext': '.md'}]
let g:vimwiki_dir_link = 'index'
let g:LanguageClient_serverCommands = {
\ 'rust': ['rust-analyzer'],
\ }