move opts and keys to their respective files
This commit is contained in:
@@ -1810,6 +1810,17 @@ M.auto_dark_mode = {
|
||||
end,
|
||||
}
|
||||
|
||||
M.illuminate = {
|
||||
opts = {
|
||||
providers = {
|
||||
-- Disable LSP proovider due to deprecation warnings
|
||||
-- 'lsp',
|
||||
'treesitter',
|
||||
'regex',
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
--- Image.nvim enabled filetypes
|
||||
M.image = 'markdown'
|
||||
|
||||
@@ -1833,6 +1844,17 @@ M.noice = {
|
||||
},
|
||||
}
|
||||
|
||||
M.grug_far = {
|
||||
opts = {
|
||||
engines = {
|
||||
astgrep = {
|
||||
path = 'ast-grep',
|
||||
},
|
||||
},
|
||||
engine = 'ripgrep',
|
||||
},
|
||||
}
|
||||
|
||||
--- Smear Cursor
|
||||
M.smearcursor = function()
|
||||
local bg = require('data.func').get_bg_color('Normal') or '#1d1d2d'
|
||||
|
||||
Reference in New Issue
Block a user