Omnisharp server fix

This commit is contained in:
Fergal Moran
2020-09-16 12:26:02 +01:00
parent 1c207a8be3
commit 1d1c34f666
3 changed files with 7 additions and 3 deletions

5
.vimrc
View File

@@ -228,7 +228,7 @@ filetype plugin on
" Don't autoselect first omnicomplete option, show options even if there is only
" one (so the preview documentation is accessible). Remove 'preview' if you
" don't want to see any documentation whatsoever.
let g:OmniSharp_server_path='/opt/OmniSharp/OmniSharp.exe'
" let g:OmniSharp_server_path='/opt/OmniSharp/OmniSharp.exe'
set completeopt=longest,menuone,preview
" Fetch full documentation during omnicomplete requests.
@@ -310,5 +310,8 @@ let g:SuperTabDefaultCompletionType = 'context'
" NerdCommenter
let g:NERDSpaceDelims = 1
" Update BIND SOA
" Inspired by http://www.debian-administration.org/article/381/Updating_bind_serial_numbers_automatically
colorscheme dracula

3
README
View File

@@ -1,4 +1,5 @@
My vim configuration
These are my vimfiles, there are many like them but these ones are mine.
Without me, my vimfiles are useless. Without my vimfiles, I am useless.
cd ~
git clone git@github.com:fergalmoran/vimfiles.git .vim