Xinqi Bao's Git
projects
/
dotfiles.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
| inline |
side by side
upgrade clangd and nvim config
[dotfiles.git]
/
.config
/
nvim
/
coc-settings.json
diff --git
a/.config/nvim/coc-settings.json
b/.config/nvim/coc-settings.json
index
918fb16
..
cfb2699
100644
(file)
--- a/
.config/nvim/coc-settings.json
+++ b/
.config/nvim/coc-settings.json
@@
-1,3
+1,4
@@
{
- "coc.preferences.colorSupport": true
+ "coc.preferences.colorSupport": true,
+ "suggest.noselect": true
}