You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You finally convinced me to do something about this even though it doesn't matter to me one bit. I guess it's because your issue was entertaining and I just can't get enough of well placed emojis.
Anyhow, neo-tree will now avoid replacing certain buffers based on their filetypes. If you want to control which filetypes it will avoid, change this new config option:
require("neo-tree").setup({
open_files_do_not_replace_filetypes= { "terminal", "trouble", "qf" }, -- when opening files, do not use windows containing these filetypes
})
Correction, now it will work, and the option has been renamed to:
require("neo-tree").setup({
open_files_do_not_replace_types= { "terminal", "trouble", "qf" }, -- when opening files, do not use windows containing these filetypes or buftypes
})
Your favourite mouth breathing, mouse using frontend developer peasant here.
Not sure if this is a problem with neo-tree, neovim, or just that I'm a filthy frontend developer, but:
not-a-terminal-window
😭Should this be some kind of :
autocmd
that something something something sprinkle-vim-sorcery force open in non-terminal window?The text was updated successfully, but these errors were encountered: