mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
feat(nvim): turn of border of minimap
This commit is contained in:
@@ -5,7 +5,9 @@ return {
|
||||
cond = vim.g.vscode == nil,
|
||||
config = function()
|
||||
local codewindow = require("codewindow")
|
||||
codewindow.setup()
|
||||
codewindow.setup({
|
||||
window_border = "none",
|
||||
})
|
||||
codewindow.apply_default_keybinds()
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user