mirror of
https://github.com/fergalmoran/vimfiles.git
synced 2025-12-25 02:47:45 +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 'airblade/vim-gitgutter'
|
||||||
Bundle 'elzr/vim-json'
|
Bundle 'elzr/vim-json'
|
||||||
Bundle 'OmniSharp/omnisharp-vim'
|
Bundle 'OmniSharp/omnisharp-vim'
|
||||||
|
Bundle 'OrangeT/vim-csharp'
|
||||||
|
|
||||||
let g:JSHintHighlightErrorLine = 0
|
let g:JSHintHighlightErrorLine = 0
|
||||||
let g:miniBufExplForceSyntaxEnable = 1
|
let g:miniBufExplForceSyntaxEnable = 1
|
||||||
@@ -132,9 +133,12 @@ endfunction
|
|||||||
inoremap <silent><C-j> <C-R>=OmniPopup('j')<CR>
|
inoremap <silent><C-j> <C-R>=OmniPopup('j')<CR>
|
||||||
inoremap <silent><C-k> <C-R>=OmniPopup('k')<CR>
|
inoremap <silent><C-k> <C-R>=OmniPopup('k')<CR>
|
||||||
|
|
||||||
|
let g:OmniSharp_server_type = 'roslyn'
|
||||||
|
|
||||||
colorscheme elflord
|
colorscheme elflord
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
" Setup 256 colors
|
" Setup 256 colors
|
||||||
if &term =~ "xterm"
|
if &term =~ "xterm"
|
||||||
"256 color --
|
"256 color --
|
||||||
|
|||||||
Reference in New Issue
Block a user