add: update config

This commit is contained in:
asep.komarudin 2024-04-24 08:46:30 +07:00
parent 6153dea7ff
commit 9005047956
7 changed files with 304 additions and 5 deletions

View file

@ -2,3 +2,4 @@ local opts = { noremap = true, silent = true }
local keymap = vim.api.nvim_set_keymap
keymap("n", "]h", '<cmd>lua print("Testing")<cr>', opts)
keymap("n", "F", "<cmd>NvimTreeToggle<cr><cr>", opts)