mirror of
https://github.com/fergalmoran/vimfiles.git
synced 2025-12-22 09:30:07 +00:00
rc changes
This commit is contained in:
4
.vimrc
4
.vimrc
@@ -83,6 +83,7 @@ Bundle 'ap/vim-buftabline'
|
||||
Bundle 'airblade/vim-gitgutter'
|
||||
Bundle 'elzr/vim-json'
|
||||
Bundle 'OmniSharp/omnisharp-vim'
|
||||
Bundle 'OrangeT/vim-csharp'
|
||||
|
||||
let g:JSHintHighlightErrorLine = 0
|
||||
let g:miniBufExplForceSyntaxEnable = 1
|
||||
@@ -132,9 +133,12 @@ endfunction
|
||||
inoremap <silent><C-j> <C-R>=OmniPopup('j')<CR>
|
||||
inoremap <silent><C-k> <C-R>=OmniPopup('k')<CR>
|
||||
|
||||
let g:OmniSharp_server_type = 'roslyn'
|
||||
|
||||
colorscheme elflord
|
||||
|
||||
|
||||
|
||||
" Setup 256 colors
|
||||
if &term =~ "xterm"
|
||||
"256 color --
|
||||
|
||||
Reference in New Issue
Block a user