This commit is contained in:
Christian Nieves
2023-11-24 00:12:03 -06:00
parent a35a261440
commit dc0eb7d2ad
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@
"codeium.vim": { "branch": "main", "commit": "1efe2a2cdf516094bdb211aa8a1d45ef01836207" },
"conflict-marker.vim": { "branch": "master", "commit": "11a4d42244755505b66b15cd4496a150432eb5e3" },
"crates.nvim": { "branch": "main", "commit": "1dffccc0a95f656ebe00cacb4de282473430c5a1" },
"fidget.nvim": { "branch": "main", "commit": "a1493d94ecb3464ab3ae4d5855765310566dace4" },
"firenvim": { "branch": "master", "commit": "138424db463e6c0e862a05166a4ccc781cd7c19d" },
"formatter.nvim": { "branch": "master", "commit": "91651e6afaf6f73b0ffb8b433c06cd4e06f90403" },
"friendly-snippets": { "branch": "main", "commit": "43727c2ff84240e55d4069ec3e6158d74cb534b6" },

View File

@ -14,6 +14,7 @@ if not use_google() then
end
return {
"j-hui/fidget.nvim",
{
"L3MON4D3/LuaSnip",
build = "make install_jsregexp",