Skip to content

Commit

Permalink
Omnisharp server fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fergalmoran committed Sep 16, 2020
1 parent 1c207a8 commit 1d1c34f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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 changes: 2 additions & 1 deletion README
Original file line number Diff line number Diff line change
@@ -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 [email protected]:fergalmoran/vimfiles.git .vim
Expand Down
2 changes: 1 addition & 1 deletion bundle/vundle
Submodule vundle updated 1 files
+10 −10 README_ZH_CN.md

0 comments on commit 1d1c34f

Please sign in to comment.