Skip to content

Commit

Permalink
nvim: fix go lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mgnsk committed Feb 7, 2025
1 parent 4a2b914 commit 5a551fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/nvim/ftplugin/go.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
require("file_actions").configureLintAfterSave({ "govet", "golint" })
require("file_actions").configureLintAfterSave({ "go", "govet", "golint" })

0 comments on commit 5a551fc

Please sign in to comment.