7 lines
99 B
Lua
7 lines
99 B
Lua
return {
|
|
"Pocco81/true-zen.nvim",
|
|
config = function()
|
|
require("true-zen").setup {}
|
|
end
|
|
}
|