diff options
| author | ache <ache@ache.one> | 2026-02-19 18:44:33 +0100 |
|---|---|---|
| committer | ache <ache@ache.one> | 2026-02-19 18:44:33 +0100 |
| commit | 362b4a83c33f5ff30d3dbc3d3d0b996286fae444 (patch) | |
| tree | e4e1581d47dc04cb4e0081ee4c4dd16e3d4708fa /lua/ache/plugins/linting.lua | |
| parent | exp: Experiment with treesitter fold (diff) | |
fix: LUA formatting
Diffstat (limited to 'lua/ache/plugins/linting.lua')
| -rw-r--r-- | lua/ache/plugins/linting.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/ache/plugins/linting.lua b/lua/ache/plugins/linting.lua index 03441d5..920aa0d 100644 --- a/lua/ache/plugins/linting.lua +++ b/lua/ache/plugins/linting.lua @@ -8,7 +8,7 @@ -- return { "mfussenegger/nvim-lint", - enabled = true, + enabled = true, event = { "BufReadPre", "BufNewFile" }, config = function() local lint = require("lint") |