Remove ale config from Neovim config

This commit is contained in:
ViViDboarder 2023-06-02 10:39:52 -07:00
parent baf3b0183f
commit 2e95001b5b
1 changed files with 1 additions and 9 deletions

View File

@ -1,9 +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
let g:argwrap_tail_comma = 1