fix config not working in other dirs. whoops

This commit is contained in:
Squibid
2022-12-30 12:44:28 -05:00
parent d2527bdb6b
commit 8ee0a06cb2
23 changed files with 0 additions and 0 deletions

View File

@ -0,0 +1,16 @@
local codewindow = require('codewindow')
codewindow.setup({
show_cursor = false,
minimap_width = 15,
window_border = 'single',
exclude_filetypes = {
"netrw",
"help",
"term",
"gitcommit",
"packer",
"vim",
"Trouble",
},
})
codewindow.apply_default_keybinds()