cleanup
This commit is contained in:
parent
e2518e628a
commit
4af243b0e4
4
init.lua
4
init.lua
|
@ -193,13 +193,9 @@ vim.keymap.set('n', '<C-k>', '<C-w><C-k>', { desc = 'Move focus to the upper win
|
||||||
-- Nvim Tree config
|
-- Nvim Tree config
|
||||||
vim.keymap.set('n', '<M-1>', function()
|
vim.keymap.set('n', '<M-1>', function()
|
||||||
local api = require 'nvim-tree.api'
|
local api = require 'nvim-tree.api'
|
||||||
print 'run'
|
|
||||||
api.tree.toggle()
|
api.tree.toggle()
|
||||||
end)
|
end)
|
||||||
|
|
||||||
-- vim.api.nvim_set_keymap('n', '<M-1>', api.tree.toggle, { noremap = true, silent = true })
|
|
||||||
|
|
||||||
-- [[ Basic Autocommands ]]
|
|
||||||
-- See `:help lua-guide-autocommands`
|
-- See `:help lua-guide-autocommands`
|
||||||
|
|
||||||
-- Highlight when yanking (copying) text
|
-- Highlight when yanking (copying) text
|
||||||
|
|
Loading…
Reference in New Issue