1
0

Moved snippets folder, Added Oil and conform to windows config, improved lsp and telescope config

This commit is contained in:
2024-09-26 16:05:29 +02:00
parent 71f08e66aa
commit 0411f4b928
8 changed files with 87 additions and 12 deletions

View File

@@ -0,0 +1,15 @@
local ls = require("luasnip")
local s = ls.snippet
local t = ls.text_node
-- https://github.com/L3MON4D3/LuaSnip/blob/master/DOC.md
return {
s("novel", {
t("It was a dark and stormy night on")
}),
s("no", {
t("hello world!")
}),
}