From 49570c8dd03448240897b37b68567352b790f16f Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sun, 8 Oct 2023 12:09:20 -0400 Subject: convert to stow --- vim/ftplugin/go.vim | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 vim/ftplugin/go.vim (limited to 'vim/ftplugin/go.vim') diff --git a/vim/ftplugin/go.vim b/vim/ftplugin/go.vim deleted file mode 100644 index c4c065b..0000000 --- a/vim/ftplugin/go.vim +++ /dev/null @@ -1,5 +0,0 @@ -setlocal ts=4 -let b:ale_fixers = {"go": ["gofmt"]} -let b:ale_fix_on_save = 1 - -map :ALEGoToDefinition -- cgit v1.2.3-54-g00ecf