fix(neo-tree): small fixes
This commit is contained in:
@@ -10,7 +10,7 @@ end
|
|||||||
local function focus_neo_tree()
|
local function focus_neo_tree()
|
||||||
require("neo-tree.command").execute({
|
require("neo-tree.command").execute({
|
||||||
action = "focus",
|
action = "focus",
|
||||||
reveal = true,
|
source = "last",
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
@@ -64,6 +64,7 @@ return {
|
|||||||
},
|
},
|
||||||
name = {
|
name = {
|
||||||
use_git_status_colors = false,
|
use_git_status_colors = false,
|
||||||
|
trailing_slash = true,
|
||||||
},
|
},
|
||||||
git_status = {
|
git_status = {
|
||||||
symbols = {
|
symbols = {
|
||||||
@@ -96,6 +97,7 @@ return {
|
|||||||
enabled = true,
|
enabled = true,
|
||||||
},
|
},
|
||||||
hijack_netrw_behavior = "disabled",
|
hijack_netrw_behavior = "disabled",
|
||||||
|
use_libuv_file_watcher = true,
|
||||||
commands = {
|
commands = {
|
||||||
-- over write default 'delete' command to 'trash'.
|
-- over write default 'delete' command to 'trash'.
|
||||||
delete = function(state)
|
delete = function(state)
|
||||||
|
|||||||
Reference in New Issue
Block a user