feat: plugin cleaup

This commit is contained in:
2025-08-21 11:27:29 +02:00
parent 3abb3491a9
commit e6078e420b
7 changed files with 36 additions and 111 deletions

View File

@@ -4,7 +4,7 @@ local config = {
enable_git_status = true,
enable_diagnostics = true,
open_files_do_not_replace_types = { "terminal", "trouble", "qf" }, -- when opening files, do not use windows containing these filetypes or buftypes
sort_case_insensitive = false, -- used when sorting files and directories in the tree
sort_case_insensitive = false, -- used when sorting files and directories in the tree
sort_function = nil,
follow_current_file = { enabled = true },
source_selector = {
@@ -88,7 +88,7 @@ local config = {
-- see `:h neo-tree-custom-commands-global`
commands = {},
window = {
position = "left",
position = "float",
width = 40,
mapping_options = {
noremap = true,
@@ -176,7 +176,7 @@ local config = {
--".null-ls_*",
},
},
group_empty_dirs = false, -- when true, empty folders will be grouped together
group_empty_dirs = false, -- when true, empty folders will be grouped together
hijack_netrw_behavior = "open_default", -- netrw disabled, opening a directory opens neo-tree
-- in whatever position is specified in window.position
-- "open_current", -- netrw disabled, opening a directory opens within the
@@ -221,11 +221,11 @@ local config = {
},
buffers = {
follow_current_file = {
enabled = true, -- This will find and focus the file in the active buffer every time
enabled = true, -- This will find and focus the file in the active buffer every time
-- -- the current file is changed while the tree is open.
leave_dirs_open = false, -- `false` closes auto expanded dirs, such as with `:Neotree reveal`
},
group_empty_dirs = true, -- when true, empty folders will be grouped together
group_empty_dirs = true, -- when true, empty folders will be grouped together
show_unloaded = true,
window = {
mappings = {