got carried away and now have noice (also neorg works great, theres some shit with python idk
This commit is contained in:
11
lua/plugins/ui/noice.lua
Normal file
11
lua/plugins/ui/noice.lua
Normal file
@@ -0,0 +1,11 @@
|
||||
return {
|
||||
"folke/noice.nvim",
|
||||
event = "VeryLazy",
|
||||
opts = {
|
||||
-- add any options here
|
||||
},
|
||||
dependencies = {
|
||||
-- if you lazy-load any plugin below, make sure to add proper `module="..."` entries
|
||||
"MunifTanjim/nui.nvim",
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user