fix: minimap showing on orgmode buffers

This commit is contained in:
NotAShelf 2023-02-06 00:51:34 +03:00
parent deab37a627
commit 3dcc1addd2
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1

View file

@ -20,7 +20,7 @@ in {
vim.luaConfigRC.codewindow = nvim.dag.entryAnywhere ''
local codewindow = require('codewindow')
codewindow.setup({
exclude_filetypes = { 'NvimTree'},
exclude_filetypes = { 'NvimTree', 'orgagenda'},
}
)
codewindow.apply_default_keybinds()