fix(linter): make variable local
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ local util = require("util")
|
|||||||
---@field augroup integer
|
---@field augroup integer
|
||||||
---@field bufnr integer
|
---@field bufnr integer
|
||||||
---@field config ow.lsp.linter.Config
|
---@field config ow.lsp.linter.Config
|
||||||
Linter = {}
|
local Linter = {}
|
||||||
Linter.__index = Linter
|
Linter.__index = Linter
|
||||||
|
|
||||||
-- Extract a value from a JSON object using a path
|
-- Extract a value from a JSON object using a path
|
||||||
|
|||||||
Reference in New Issue
Block a user