mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-11 14:43:55 +00:00
codewindow: allow opening on setup
codewindow: allow opening on setup
This commit is contained in:
parent
09470524a2
commit
232e4a06f3
2 changed files with 21 additions and 4 deletions
|
|
@ -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}
|
||||
)
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue