Getting Started

This commit is contained in:
ZaneFerns360 2024-04-27 23:28:43 +05:30
parent 8df3deb6fe
commit 69383c3a1d
3 changed files with 83 additions and 17 deletions

View file

@ -0,0 +1,5 @@
local keybinds = {
vim.api.nvim_set_keymap('n', ';', ':', { noremap = true }),
}
return keybinds