communuity: disable lsp-inlayhints
With neovim 0.10 these are part of the LSP
This commit is contained in:
parent
5a1c0dfdc3
commit
12f43d2374
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ return {
|
||||||
|
|
||||||
-- lsp
|
-- lsp
|
||||||
{ import = "astrocommunity.lsp.inc-rename-nvim" },
|
{ import = "astrocommunity.lsp.inc-rename-nvim" },
|
||||||
{ import = "astrocommunity.lsp.lsp-inlayhints-nvim" },
|
-- { import = "astrocommunity.lsp.lsp-inlayhints-nvim" },
|
||||||
{ import = "astrocommunity.lsp.lsp-signature-nvim" },
|
{ import = "astrocommunity.lsp.lsp-signature-nvim" },
|
||||||
|
|
||||||
-- motion
|
-- motion
|
||||||
|
|
Loading…
Reference in a new issue