diff options
| author | Trey Bastian <hello@treybastian.com> | 2026-03-30 08:17:22 +0100 |
|---|---|---|
| committer | Trey Bastian <hello@treybastian.com> | 2026-03-30 08:17:22 +0100 |
| commit | 42cf95452884c0d652bf08c0c17a309b7ee4ce35 (patch) | |
| tree | c663d8029c309c1f7ffb8a9d3d396e0387c10552 /lua | |
| parent | 8dc7082ffffbff3a4851ca85ae1ff2c0f38bfc5c (diff) | |
updated plugins for nvim 0.12
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/config/lint.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/config/lint.lua b/lua/config/lint.lua index 2445375..74af6dd 100644 --- a/lua/config/lint.lua +++ b/lua/config/lint.lua @@ -4,7 +4,6 @@ require("lint").linters_by_ft = { markdown = { "vale" }, rust = { "clippy" }, go = { "golangcilint" }, - proto = { "buf" }, } local lint_augroup = vim.api.nvim_create_augroup("lint", { clear = true }) |
