codewindow: allow opening on setup

codewindow: allow opening on setup
This commit is contained in:
Yoni FIRROLONI 2025-12-03 20:41:51 +13:00
commit 232e4a06f3
2 changed files with 21 additions and 4 deletions

View file

@ -33,9 +33,9 @@ in {
pluginRC.codewindow = entryAnywhere ''
local codewindow = require('codewindow')
codewindow.setup({
exclude_filetypes = { 'NvimTree', 'orgagenda', 'Alpha'},
})
codewindow.setup(
${lib.nvim.lua.toLuaObject cfg.setupOpts}
)
'';
};
};