vim

vim config files
git clone https://git.bracken.jp/vim.git
Log | Files | Refs | LICENSE

commit 4487a89e60c28a99e59ae4f6c72dd6416ffa0840
parent 75ab44189aed7c397d0d01c8c98bd56b29948514
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:
Mvimrc | 6------
1 file changed, 0 insertions(+), 6 deletions(-)

diff --git a/vimrc b/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