mirror of
https://github.com/hyzendust/KickestEnd.nvim.git
synced 2026-02-15 03:41:14 +01:00
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:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user