astro-nvim-v3 - fix conflict tab press between copilot and nvim_cmp

This commit is contained in:
huyjaky
2025-01-13 18:28:03 +07:00
parent c0d55ff45e
commit 7fd986783a
6 changed files with 25 additions and 20 deletions

View File

@@ -20,7 +20,7 @@ return {
indexing = false,
inlayHints = {
variableTypes = true,
functionReturnTypes = true,
functionReturnTypes = false,
callArgumentNames = false,
pytestParameters = true,
},