mirror of
https://mzte.de/git/LordMZTE/dotfiles.git
synced 2025-03-04 23:49:59 +01:00
add shrug snippet
This commit is contained in:
parent
3ec44ef835
commit
be1036a8f3
1 changed files with 8 additions and 0 deletions
|
@ -1,2 +1,10 @@
|
|||
local ls = require "luasnip"
|
||||
|
||||
require("luasnip.loaders.from_vscode").load()
|
||||
require("luasnip.loaders.from_snipmate").load()
|
||||
|
||||
ls.add_snippets("markdown", {
|
||||
ls.snippet("shrug", {
|
||||
ls.text_node [[¯\\_(ツ)_/¯]],
|
||||
}),
|
||||
})
|
||||
|
|
Loading…
Add table
Reference in a new issue