astro-nvim-v3 - fix conflict tab press between copilot and nvim_cmp
This commit is contained in:
@@ -20,7 +20,7 @@ return {
|
||||
indexing = false,
|
||||
inlayHints = {
|
||||
variableTypes = true,
|
||||
functionReturnTypes = true,
|
||||
functionReturnTypes = false,
|
||||
callArgumentNames = false,
|
||||
pytestParameters = true,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user