chore: adding more disable options for basedbyright

This commit is contained in:
huyjaky
2025-08-22 12:07:21 +07:00
parent 6576576f2f
commit b273b8c362
26 changed files with 1183 additions and 1458 deletions

12
lua/plugins/snippets.lua Normal file
View File

@@ -0,0 +1,12 @@
-- Snippets
return {
-- LuaSnip
{
"L3MON4D3/LuaSnip",
enabled = true,
},
-- Disabled snippet plugins
{ "rafamadriz/friendly-snippets", enabled = false },
{ "saadparwaiz1/cmp_luasnip", enabled = false },
}