vim:coc: Disable inlay hints
This commit is contained in:
3
.config/vim/coc-settings.json
Normal file
3
.config/vim/coc-settings.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"inlayHint.enable": false
|
||||||
|
}
|
||||||
@@ -17,6 +17,7 @@ endfor
|
|||||||
if ((has('patch-8.1.1719') || has('nvim')) && executable('node'))
|
if ((has('patch-8.1.1719') || has('nvim')) && executable('node'))
|
||||||
let g:coc_global_extensions =
|
let g:coc_global_extensions =
|
||||||
\ ['coc-clangd', 'coc-sh', 'coc-pyright', 'coc-vimtex', 'coc-vimlsp', 'coc-json']
|
\ ['coc-clangd', 'coc-sh', 'coc-pyright', 'coc-vimtex', 'coc-vimlsp', 'coc-json']
|
||||||
|
let g:coc_config_home = $XDG_CONFIG_HOME .. "/vim"
|
||||||
packadd coc.nvim
|
packadd coc.nvim
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user