No description
Find a file
2025-12-01 17:08:03 +01:00
.gitignore added gitignore 2025-08-29 17:43:08 +02:00
html.json Added: html template 2025-09-20 14:18:53 +02:00
lua.json removed not needed <cr> in snippet 2025-11-07 18:43:42 +01:00
markdown.json some new snippet improvements 2025-08-02 23:29:26 +02:00
package.json Added: html template 2025-09-20 14:18:53 +02:00
README.md some docs 2025-07-29 12:03:27 +02:00
sh.json wip 2025-12-01 17:08:03 +01:00

nvim-snippets

Some neat snippets:

-- keymap

vim.keymap.set("${1:mode}", "${2:keymap}", "${3:command/action}", { desc = "${4:description}" })