vim:coc: Disable inlay hints

This commit is contained in:
2025-03-11 16:20:27 +01:00
parent 0c8d1f4292
commit 2b1bdf0fee
2 changed files with 4 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
{
"inlayHint.enable": false
}

View File

@@ -17,6 +17,7 @@ endfor
if ((has('patch-8.1.1719') || has('nvim')) && executable('node'))
let g:coc_global_extensions =
\ ['coc-clangd', 'coc-sh', 'coc-pyright', 'coc-vimtex', 'coc-vimlsp', 'coc-json']
let g:coc_config_home = $XDG_CONFIG_HOME .. "/vim"
packadd coc.nvim
endif