Adding auto startup for mason-tools and updating gitignore for the lock file for now

This commit is contained in:
Kinesin Data Technologies Incorporated
2023-11-22 12:29:29 -05:00
committed by Ian Roddis
parent f691ef70bd
commit c36a033379
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -2,3 +2,4 @@ tags
test.sh test.sh
.luarc.json .luarc.json
nvim nvim
lazy-lock.json
+2 -1
View File
@@ -587,7 +587,8 @@ vim.defer_fn(function()
"clang-format", "clang-format",
"prettier", "prettier",
"black" "black"
} },
auto_update = true,
} }
end, 0) end, 0)