mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nvim): add codewindow minimap plugin
This commit is contained in:
8
nvim/after/plugin/codewindow.lua
Normal file
8
nvim/after/plugin/codewindow.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
-- 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()
|
||||
Reference in New Issue
Block a user