mirror of
https://github.com/fergalmoran/vimfiles.git
synced 2025-12-22 09:30:07 +00:00
Omnisharp server fix
This commit is contained in:
5
.vimrc
5
.vimrc
@@ -228,7 +228,7 @@ filetype plugin on
|
|||||||
" Don't autoselect first omnicomplete option, show options even if there is only
|
" Don't autoselect first omnicomplete option, show options even if there is only
|
||||||
" one (so the preview documentation is accessible). Remove 'preview' if you
|
" one (so the preview documentation is accessible). Remove 'preview' if you
|
||||||
" don't want to see any documentation whatsoever.
|
" 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
|
set completeopt=longest,menuone,preview
|
||||||
|
|
||||||
" Fetch full documentation during omnicomplete requests.
|
" Fetch full documentation during omnicomplete requests.
|
||||||
@@ -310,5 +310,8 @@ let g:SuperTabDefaultCompletionType = 'context'
|
|||||||
|
|
||||||
" NerdCommenter
|
" NerdCommenter
|
||||||
let g:NERDSpaceDelims = 1
|
let g:NERDSpaceDelims = 1
|
||||||
|
" Update BIND SOA
|
||||||
|
" Inspired by http://www.debian-administration.org/article/381/Updating_bind_serial_numbers_automatically
|
||||||
|
|
||||||
|
|
||||||
colorscheme dracula
|
colorscheme dracula
|
||||||
|
|||||||
3
README
3
README
@@ -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 ~
|
cd ~
|
||||||
git clone git@github.com:fergalmoran/vimfiles.git .vim
|
git clone git@github.com:fergalmoran/vimfiles.git .vim
|
||||||
|
|||||||
Submodule bundle/vundle updated: 9a38216a1c...b255382d62
Reference in New Issue
Block a user