Git File Search 'not a git directory' warning fixed. Horizontal/Vertical split keymaps added. Neotree migration warning removed; follow_current_file = {enabled = true, -- updated to table format. Diagnostic keybinds changed.

This commit is contained in:
psychhim
2025-09-27 01:36:55 +05:30
parent 05be1bb09d
commit d2b7fd14c3
2 changed files with 24 additions and 5 deletions

View File

@@ -99,11 +99,15 @@ return {
mapping_options = { noremap = true, nowait = true },
mappings = {
["<cr>"] = smart_open,
["h"] = "open_vsplit",
["v"] = "open_split",
["t"] = "noop",
},
},
filesystem = {
follow_current_file = true,
follow_current_file = {
enabled = true, -- updated to table format
},
use_libuv_file_watcher = true,
hijack_netrw_behavior = "open_default",
filtered_items = {