init
This commit is contained in:
11
nvim/lua/plugins/extras/ui/modicator.lua
Normal file
11
nvim/lua/plugins/extras/ui/modicator.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"mawkler/modicator.nvim",
|
||||
event = "LazyFile",
|
||||
init = function()
|
||||
-- These are required for Modicator to work
|
||||
vim.o.cursorline = true
|
||||
vim.o.number = true
|
||||
vim.o.termguicolors = true
|
||||
end,
|
||||
opts = {},
|
||||
}
|
||||
Reference in New Issue
Block a user