From d2f6e2bd0418d8aee0cc7a78471cfc8be1f00392 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Thu, 1 Dec 2022 19:29:27 -0500 Subject: some more vim filetype config --- vim/ftplugin/go.vim | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vim/ftplugin/go.vim') diff --git a/vim/ftplugin/go.vim b/vim/ftplugin/go.vim index eb9c22a..c4c065b 100644 --- a/vim/ftplugin/go.vim +++ b/vim/ftplugin/go.vim @@ -1,3 +1,5 @@ setlocal ts=4 let b:ale_fixers = {"go": ["gofmt"]} let b:ale_fix_on_save = 1 + +map :ALEGoToDefinition -- cgit v1.2.3-54-g00ecf