Skip to content

Commit

Permalink
disable omnisharp-vim
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 committed Aug 22, 2022
1 parent dcec9d8 commit 9d1a621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lin.vim
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ source $HOME/.vim/setting/neoclide/coc.nvim.vim
" HTML Tag
source $HOME/.vim/setting/alvan/vim-closetag.vim
" C#
source $HOME/.vim/setting/OmniSharp/omnisharp-vim.vim
" source $HOME/.vim/setting/OmniSharp/omnisharp-vim.vim

" Editing Support
if has('nvim')
Expand Down
2 changes: 1 addition & 1 deletion template/plugin-template.vim
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Plug 'alvan/vim-closetag'
" Markdown Preview
Plug 'iamcco/markdown-preview.nvim', { 'do': 'cd app && yarn install' }
" C#
Plug 'OmniSharp/omnisharp-vim'
" Plug 'OmniSharp/omnisharp-vim'

" Editing Support
if has('nvim')
Expand Down

0 comments on commit 9d1a621

Please sign in to comment.