mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-12 23:15:58 +01: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 ''
|
vim.luaConfigRC.codewindow = nvim.dag.entryAnywhere ''
|
||||||
local codewindow = require('codewindow')
|
local codewindow = require('codewindow')
|
||||||
codewindow.setup({
|
codewindow.setup({
|
||||||
exclude_filetypes = { 'NvimTree'},
|
exclude_filetypes = { 'NvimTree', 'orgagenda'},
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
codewindow.apply_default_keybinds()
|
codewindow.apply_default_keybinds()
|
||||||
|
|
Loading…
Reference in a new issue