A lot of neovim config updates
This commit is contained in:
parent
d3ab72c6c8
commit
98e8510ae7
21 changed files with 874 additions and 152 deletions
dotfiles/neovim/lua/my/plugins
|
@ -22,7 +22,7 @@ function M.setup()
|
|||
},
|
||||
}
|
||||
|
||||
vim.keymap.set("n", "<leader>p", ":PasteImg<cr>")
|
||||
vim.keymap.set("n", "<leader>p", ":PasteImg<cr>", { desc = "Paste image from clipboard" })
|
||||
end
|
||||
|
||||
return M
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue