Merge branch 'master' of git.blakenorth.net/home/git/dotfiles
This commit is contained in:
commit
c17cb400e6
1 changed files with 0 additions and 2 deletions
|
@ -4,7 +4,6 @@ local M = {}
|
|||
M.nvimtree = function ()
|
||||
local tree_cb = require'nvim-tree.config'.nvim_tree_callback
|
||||
-- mappings
|
||||
-- [[
|
||||
local list = {
|
||||
{ key = {"<CR>", "<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,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue