From 2e95001b5b8289ed1fc65d72045b5d1f196cfe44 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Fri, 2 Jun 2023 10:39:52 -0700 Subject: [PATCH] Remove ale config from Neovim config --- neovim/ftplugin/go.vim | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/neovim/ftplugin/go.vim b/neovim/ftplugin/go.vim index ed22bf8..f6d3ec5 100644 --- a/neovim/ftplugin/go.vim +++ b/neovim/ftplugin/go.vim @@ -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 \ No newline at end of file