mirror of
https://github.com/tuxdotrs/tawm.git
synced 2025-07-07 05:26:34 +05:30
add gen plugin
This commit is contained in:
@ -29,6 +29,13 @@ local plugins = {
|
||||
-- require("custom.configs.nvim-lint")
|
||||
-- end,
|
||||
-- },
|
||||
{
|
||||
"David-Kunz/gen.nvim",
|
||||
lazy = false,
|
||||
opts = function()
|
||||
return require("custom.configs.gen")
|
||||
end,
|
||||
},
|
||||
{
|
||||
"Shatur/neovim-session-manager",
|
||||
dependencies = {
|
||||
|
Reference in New Issue
Block a user