add dadbod

This commit is contained in:
Gustavo Silva 2023-10-25 21:56:32 +02:00 committed by Gustavo Silva (es00679121_prosegur)
parent 216b778236
commit fe2729a100
10 changed files with 129 additions and 26 deletions

View file

@ -2,6 +2,9 @@ local function map(mode, lhs, rhs)
vim.keymap.set(mode, lhs, rhs, { silent = true })
end
-- (conflict with <leader>pw) keep copied stuffs in the buffer when pasting it
-- map("n", "<leader>p", "\"_dP")
-- Save
map("n", "<leader>w", "<CMD>update<CR>")