mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2024-12-22 06:58:01 +00:00
[neovim] Fix deprecated neo-tree options
This commit is contained in:
parent
22c11f1670
commit
16dc57cf7e
@ -3,7 +3,7 @@ vim.g.neo_tree_remove_legacy_commands = true
|
||||
require("neo-tree").setup({
|
||||
close_if_last_window = true,
|
||||
auto_clean_after_session_restore = true,
|
||||
open_files_do_not_replace_filetypes = { "terminal", "trouble", "qf", "starter" },
|
||||
open_files_do_not_replace_types = { "terminal", "trouble", "qf", "starter" },
|
||||
popup_border_style = "rounded",
|
||||
default_component_configs = {
|
||||
indent = {
|
||||
|
Loading…
Reference in New Issue
Block a user