hide inlay hints
This commit is contained in:
6
lua/plugins/lspconfig.lua
Normal file
6
lua/plugins/lspconfig.lua
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
return {
|
||||||
|
"neovim/nvim-lspconfig",
|
||||||
|
opts = {
|
||||||
|
inlay_hints = { enabled = false },
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user