This commit is contained in:
2023-12-29 18:00:57 -05:00
parent 97cf8dedbc
commit 2230159029
2 changed files with 15 additions and 0 deletions

View File

@@ -10,3 +10,5 @@ local opt = vim.opt
opt.laststatus = 3
opt.swapfile = false
vim.g.lua_snippets_path = { vim.fn.stdpath "config" .. "/snippets" }