Fix indentation

This commit is contained in:
Daniel Flanagan 2018-11-16 16:37:21 -06:00
parent e40c608df7
commit 8da7641f32
3 changed files with 12 additions and 9 deletions

View file

@ -40,6 +40,9 @@ highlight clear ALEWarningSign
let g:fzf_layout = { 'window': 'enew' } let g:fzf_layout = { 'window': 'enew' }
let g:OmniSharp_server_use_mono = 1 let g:OmniSharp_server_use_mono = 1
let g:ale_linters = {
\ 'cs': ['OmniSharp']
\}
set completeopt=noinsert,menuone,noselect set completeopt=noinsert,menuone,noselect