chore: remove inlay plugin
This commit is contained in:
parent
eeec0c70a8
commit
6a11e858fb
2 changed files with 1 additions and 8 deletions
2
init.lua
2
init.lua
|
@ -67,7 +67,7 @@ vim.cmd([[
|
|||
highlight NonText guibg=none ctermbg=none
|
||||
highlight LineNr guifg=#606060
|
||||
highlight SignColumn guibg=none ctermbg=none
|
||||
highlight LspInlayHint guifg=#a520ff guibg=none ctermbg=none
|
||||
highlight LspInlayHint guibg=none ctermbg=none
|
||||
]])
|
||||
|
||||
require("notify").setup({
|
||||
|
|
|
@ -169,13 +169,6 @@ require("lazy").setup({
|
|||
},
|
||||
--:}}}
|
||||
--: Visuals {{{
|
||||
{
|
||||
"felpafel/inlay-hint.nvim",
|
||||
event = "LspAttach",
|
||||
config = function()
|
||||
require("inlay-hint").setup()
|
||||
end,
|
||||
},
|
||||
{
|
||||
"rachartier/tiny-inline-diagnostic.nvim",
|
||||
event = "VeryLazy", -- Or `LspAttach`
|
||||
|
|
Loading…
Add table
Reference in a new issue