mirror of
https://github.com/NotAShelf/nvf.git
synced 2024-11-01 19:11:15 +00:00
fix: minimap showing on orgmode buffers
This commit is contained in:
parent
deab37a627
commit
3dcc1addd2
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue