mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(extras): add codewindow
This commit is contained in:
parent
bcbab77f0c
commit
8cca9b248b
1 changed files with 8 additions and 0 deletions
8
lua/lazyvim/plugins/extras/editor/code-window.lua
Normal file
8
lua/lazyvim/plugins/extras/editor/code-window.lua
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
return {
|
||||
"gorbit99/codewindow.nvim",
|
||||
opts = function()
|
||||
local codewindow = require("codewindow")
|
||||
codewindow.setup()
|
||||
codewindow.apply_default_keybinds()
|
||||
end,
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue