mirror of
https://github.com/Cian-H/my_nvim_config.git
synced 2025-12-23 12:41:57 +00:00
Fix last static analysis warnings
This commit is contained in:
@@ -60,6 +60,7 @@ return { -- UI components and other visual elements are declared here
|
||||
event = "VeryLazy",
|
||||
version = "2.*",
|
||||
config = function()
|
||||
---@diagnostic disable-next-line: undefined-field
|
||||
require("window-picker").setup()
|
||||
end,
|
||||
},
|
||||
@@ -131,7 +132,7 @@ return { -- UI components and other visual elements are declared here
|
||||
lazy = true,
|
||||
keys = require("config.keys").rainbow_delimiters,
|
||||
config = function()
|
||||
require("rainbow-delimiters.setup").setup()
|
||||
require("rainbow-delimiters.setup").setup({})
|
||||
end,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user