chore: move folder
This commit is contained in:
commit
3d3f187224
71 changed files with 1477 additions and 0 deletions
9
nvim/lua/settings/keymaps.lua
Normal file
9
nvim/lua/settings/keymaps.lua
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
local opts = { noremap = true, silent = true }
|
||||
|
||||
local term_opts = { silent = true }
|
||||
|
||||
-- Shorten function name
|
||||
local keymap = vim.api.nvim_set_keymap
|
||||
|
||||
|
||||
keymap("n", "c" ,":CodeActionMenu<CR>" , opts)
|
||||
Loading…
Add table
Add a link
Reference in a new issue