mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
9 lines
210 B
Lua
9 lines
210 B
Lua
-- codewindow.nvim – https://github.com/gorbit99/codewindow.nvim
|
||
local status, codewindow = pcall(require, "codewindow")
|
||
if not status then
|
||
return
|
||
end
|
||
|
||
codewindow.setup()
|
||
codewindow.apply_default_keybinds()
|