diff options
| author | Trey Bastian <hello@treybastian.com> | 2026-03-09 15:46:21 +0000 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2026-03-09 15:46:21 +0000 |
| commit | 544bd61c6408fe4b39eacad477382fdff022cd59 (patch) | |
| tree | 68b90cfa5e508e94665f4e0fa38dc8e167e87873 /lua/config/lint.lua | |
| parent | 6ad04b31b1b8c91f5f491d272a38d2eeeb56e3ca (diff) | |
go support
Diffstat (limited to 'lua/config/lint.lua')
| -rw-r--r-- | lua/config/lint.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/config/lint.lua b/lua/config/lint.lua index d092852..74af6dd 100644 --- a/lua/config/lint.lua +++ b/lua/config/lint.lua @@ -3,6 +3,7 @@ vim.pack.add({ "https://codeberg.org/mfussenegger/nvim-lint" }) require("lint").linters_by_ft = { markdown = { "vale" }, rust = { "clippy" }, + go = { "golangcilint" }, } local lint_augroup = vim.api.nvim_create_augroup("lint", { clear = true }) |
