Added some custom snippets and ability to expand with more

This commit is contained in:
2025-02-03 00:49:17 +11:00
parent 00484a80be
commit ad5c3a6579
7 changed files with 98 additions and 29 deletions

View File

@@ -8,6 +8,7 @@ return {
opts = {
-- Define your formatters
formatters_by_ft = {
go = { "gofmt" },
lua = { "stylua" },
python = { "isort", "black" },
javascript = { "prettierd", "prettier", stop_after_first = true },