commit bfc73dbadb506898a016b2ebf50c0ca32f48a718
parent 1684c188d6210ad0eb232515d70c0d5496ae0a73
Author: Chris Bracken <chris@bracken.jp>
Date: Thu, 15 Jun 2017 11:31:04 -0700
Eliminate vim-lsc plugin
Running into flakiness with large projects.
Diffstat:
1 file changed, 0 insertions(+), 6 deletions(-)
diff --git a/.vim/vimrc b/.vim/vimrc
@@ -7,7 +7,6 @@ call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin 'cbracken/vim-one'
Plugin 'dart-lang/dart-vim-plugin'
-Plugin 'natebosch/vim-lsc'
Plugin 'fatih/vim-go'
Plugin 'fugitive.vim'
Plugin 'google/vim-ft-bzl'
@@ -101,11 +100,6 @@ let g:go_highlight_operators = 1
let g:go_highlight_build_constraints = 1
let g:syntastic_go_checkers = ["go", "golint", "errcheck"]
-" Dart language server protocol plugin
-let g:lsc_server_commands = {'dart': 'dart_language_server'}
-nnoremap gd :LSClientGoToDefinition<CR>
-nnoremap gr :LSClientFindReferences<CR>
-
" Colorscheme and syntax highlighting
if &t_Co > 2 || has("gui_running")
syntax enable