mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-12-16 17:11:02 +00:00
codewindow: clean
This commit is contained in:
parent
61634e9ed1
commit
84a4dd7d34
3 changed files with 6 additions and 20 deletions
|
|
@ -33,9 +33,7 @@ in {
|
|||
|
||||
pluginRC.codewindow = entryAnywhere ''
|
||||
local codewindow = require('codewindow')
|
||||
codewindow.setup(
|
||||
${lib.nvim.lua.toLuaObject cfg.setupOpts}
|
||||
)
|
||||
codewindow.setup(${cfg.setupOpts})
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue