mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-12-22 23:17:35 +00:00
Remove ale config from Neovim config
This commit is contained in:
parent
baf3b0183f
commit
2e95001b5b
@ -1,9 +1 @@
|
|||||||
let g:argwrap_tail_comma = 1
|
let g:argwrap_tail_comma = 1
|
||||||
let g:ale_fix_on_save = 1
|
|
||||||
" Disable some vim-go settings when Ale is installed
|
|
||||||
if exists('g:ale_fixers')
|
|
||||||
let g:go_def_mapping_enabled = 0
|
|
||||||
let g:go_version_warning = 0
|
|
||||||
let g:go_fmt_autosave = 0
|
|
||||||
let g:go_imports_autosave = 0
|
|
||||||
end
|
|
||||||
|
Loading…
Reference in New Issue
Block a user