This website requires JavaScript.
Explore
Help
Sign In
sudacode
/
nvim
Watch
1
Star
0
Fork
0
You've already forked nvim
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
nvim
/
lua
/
keybindings.lua
4 lines
95 B
Lua
Raw
Permalink
Normal View
History
Unescape
Escape
initial commit
2022-11-02 22:50:13 -07:00
local
function
map
(
m
,
k
,
v
)
add dadbod and notify
2023-08-15 23:31:31 -07:00
vim.keymap
.
set
(
m
,
k
,
v
,
{
silent
=
true
,
noremap
=
true
}
)
initial commit
2022-11-02 22:50:13 -07:00
end
Reference in New Issue
Copy Permalink