chore(nvim): some better cmp stuff

This commit is contained in:
Afonso Franco 2025-02-05 17:00:42 +00:00
parent e0b9a10150
commit 1c88268a12
Signed by: afonso
SSH key fingerprint: SHA256:gkVPzsQQJzqi21ntQBV6pXTx4bYI53rFGI4XtvCpwd4
5 changed files with 69 additions and 54 deletions

View file

@ -4,5 +4,8 @@
"diagnostics.globals": [
"vim",
"numbers"
],
"diagnostics.disable": [
"missing-fields"
]
}