diff --git a/dot_config/nvim/exact_lua/exact_plugins/exact_components/neo-tree.lua b/dot_config/nvim/exact_lua/exact_plugins/exact_components/neo-tree.lua index ff41735..0318b6b 100644 --- a/dot_config/nvim/exact_lua/exact_plugins/exact_components/neo-tree.lua +++ b/dot_config/nvim/exact_lua/exact_plugins/exact_components/neo-tree.lua @@ -513,6 +513,11 @@ return { return old_set_win(self, window) end + -- 調整展開後tree線條顏色 + vim.api.nvim_set_hl(0, "NeoTreeIndentMarker", { fg = "#3c3c3c" }) + -- vim.api.nvim_set_hl(0, "NeoTreeExpander", { fg = "#00FF00" }) + -- vim.api.nvim_set_hl(0, "NeoTreeNormal", { fg = "#FFFFFF" }) + -- vim.keymap.set("n", "e", "Neotree reveal") -- 自動命令:啟動時自動顯示 Neo-tree