feat: add neovim config w/ nvchad v2.0
This commit is contained in:
parent
8a5ee43828
commit
e573ccda4b
9 changed files with 256 additions and 0 deletions
12
home/private_dot_config/nvim/lua/custom/mappings.lua
Normal file
12
home/private_dot_config/nvim/lua/custom/mappings.lua
Normal file
|
@ -0,0 +1,12 @@
|
|||
---@type MappingsTable
|
||||
local M = {}
|
||||
|
||||
M.general = {
|
||||
n = {
|
||||
[";"] = { ":", "enter command mode", opts = { nowait = true } },
|
||||
},
|
||||
}
|
||||
|
||||
-- more keybinds!
|
||||
|
||||
return M
|
Loading…
Add table
Add a link
Reference in a new issue