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