Fix indentation
This commit is contained in:
parent
e40c608df7
commit
8da7641f32
|
@ -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
|
||||||
|
|
||||||
|
|
Reference in a new issue