Updating config
This commit is contained in:
@@ -61,6 +61,9 @@ return {
|
|||||||
["vim.lsp.util.stylize_markdown"] = true,
|
["vim.lsp.util.stylize_markdown"] = true,
|
||||||
["cmp.entry.get_documentation"] = true,
|
["cmp.entry.get_documentation"] = true,
|
||||||
},
|
},
|
||||||
|
hover = {
|
||||||
|
silent = true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
presets = {
|
presets = {
|
||||||
bottom_search = true,
|
bottom_search = true,
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ return {
|
|||||||
{
|
{
|
||||||
"rachartier/tiny-inline-diagnostic.nvim",
|
"rachartier/tiny-inline-diagnostic.nvim",
|
||||||
event = "LspAttach",
|
event = "LspAttach",
|
||||||
|
enabled = false,
|
||||||
config = function()
|
config = function()
|
||||||
require("tiny-inline-diagnostic").setup()
|
require("tiny-inline-diagnostic").setup()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user