make nvconfig base46.integrations support new integrations only

https://github.com/NvChad/base46/commit/0f933db516d4fd543c8ce4b77ea97ed22ff67217 so now users will just have to add the new integrations name instead of including default ones too
This commit is contained in:
siduck
2024-03-24 08:11:01 +05:30
parent 82413d957e
commit 32d8a1fdff
2 changed files with 3 additions and 23 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ end
-- disable semanticTokens
M.on_init = function(client, _)
if not conf.semantic_tokens and client.supports_method "textDocument/semanticTokens" then
if client.supports_method "textDocument/semanticTokens" then
client.server_capabilities.semanticTokensProvider = nil
end
end