1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-09-02 12:09:07 +00:00

[neovim] Updates

This commit is contained in:
2023-03-14 18:42:09 +01:00
parent 68c32af645
commit 15ac6f5d36
4 changed files with 17 additions and 19 deletions

View File

@@ -7,7 +7,8 @@ vim.g.neo_tree_remove_legacy_commands = true
neotree.setup({
close_if_last_window = true,
open_files_do_not_replace_filetypes = { "terminal", "trouble", "qf", "starter" }, -- when opening files, do not use windows containing these filetypes
auto_clean_after_session_restore = true,
open_files_do_not_replace_filetypes = { "terminal", "trouble", "qf", "starter" },
popup_border_style = "rounded",
default_component_configs = {
indent = {