fix: remove deprecated lsp-inlayhints
This commit is contained in:
parent
b862a05887
commit
a1ebbba5b9
2 changed files with 0 additions and 5 deletions
|
@ -86,7 +86,6 @@
|
||||||
lazydev-nvim
|
lazydev-nvim
|
||||||
none-ls-nvim
|
none-ls-nvim
|
||||||
lsp_lines-nvim
|
lsp_lines-nvim
|
||||||
lsp-inlayhints-nvim
|
|
||||||
lspkind-nvim
|
lspkind-nvim
|
||||||
|
|
||||||
# Copilot
|
# Copilot
|
||||||
|
|
|
@ -12,8 +12,6 @@ local on_attach = function(client, bufnr)
|
||||||
})
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
require("lsp-inlayhints").on_attach(client, bufnr)
|
|
||||||
|
|
||||||
local telescope = require("telescope.builtin")
|
local telescope = require("telescope.builtin")
|
||||||
|
|
||||||
nnoremap("gD", vim.lsp.buf.declaration)
|
nnoremap("gD", vim.lsp.buf.declaration)
|
||||||
|
@ -41,8 +39,6 @@ local on_attach = function(client, bufnr)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
require("lsp-inlayhints").setup({})
|
|
||||||
|
|
||||||
local lsp_status = require("lsp-status")
|
local lsp_status = require("lsp-status")
|
||||||
lsp_status.config({
|
lsp_status.config({
|
||||||
current_function = false,
|
current_function = false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue