mirror of
https://github.com/Ascyii/nvim.git
synced 2026-01-01 04:04:24 -05:00
Refactor all the custom modules into better structures. Clear separation of keybindings that belong to cusstom modules. Added custom snippets and vsc snippets.
This commit is contained in:
9
snippets/all.lua
Normal file
9
snippets/all.lua
Normal file
@@ -0,0 +1,9 @@
|
||||
local ls = require("luasnip")
|
||||
local s = ls.snippet
|
||||
local t = ls.text_node
|
||||
|
||||
return {
|
||||
s("sig", {
|
||||
t("Best regards,"), t({ "", "Jonas Hahn" }),
|
||||
}),
|
||||
}
|
||||
Reference in New Issue
Block a user