mirror of
https://github.com/pojokcodeid/nvim-lazy.git
synced 2025-07-24 12:34:35 +02:00
add: update config
This commit is contained in:
parent
6153dea7ff
commit
9005047956
7 changed files with 304 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue