diff --git a/.config/nvim/lua/blake/other.lua b/.config/nvim/lua/blake/other.lua index 56db46c..d54ab9e 100644 --- a/.config/nvim/lua/blake/other.lua +++ b/.config/nvim/lua/blake/other.lua @@ -4,7 +4,6 @@ local M = {} M.nvimtree = function () local tree_cb = require'nvim-tree.config'.nvim_tree_callback -- mappings - -- [[ local list = { { key = {"", "<2-LeftMouse>", "zo", "l"}, cb = tree_cb("edit") }, { key = "J", cb = tree_cb("cd") }, @@ -39,7 +38,6 @@ M.nvimtree = function () { key = "q", cb = tree_cb("close") }, { key = "g?", cb = tree_cb("toggle_help") }, } - -- ]] require'nvim-tree'.setup { hijack_cursor = true, }