Xinqi Bao's Git
projects
/
dotfiles.git
/ diff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
199d69b
)
chore(coc): tune completion and diagnostic settings
author
Xinqi Bao <
[email protected]
>
Sun, 18 Jan 2026 14:44:08 +0000
(22:44 +0800)
committer
Xinqi Bao <
[email protected]
>
Sun, 18 Jan 2026 14:45:29 +0000
(22:45 +0800)
- disable clangd snippet completion
- disable inlay hints
- enable semantic tokens
- disable lua diagnostics
.config/nvim/coc-settings.json
diff
|
blob
|
history
diff --git
a/.config/nvim/coc-settings.json
b/.config/nvim/coc-settings.json
index
cfb2699
..
df9927d
100644
(file)
--- a/
.config/nvim/coc-settings.json
+++ b/
.config/nvim/coc-settings.json
@@
-1,4
+1,8
@@
{
"coc.preferences.colorSupport": true,
+ "clangd.disableSnippetCompletion": true,
+ "inlayHint.enable": false,
+ "semanticTokens.enable": true,
+ "Lua.diagnostics.enable": false,
"suggest.noselect": true
}