mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
update noice plugin
This commit is contained in:
@ -84,8 +84,8 @@ M.lspsaga = {
|
||||
},
|
||||
["gh"] = {
|
||||
function()
|
||||
vim.lsp.buf.hover()
|
||||
--[[ require("pretty_hover").hover() ]]
|
||||
--[[ vim.lsp.buf.hover() ]]
|
||||
require("pretty_hover").hover()
|
||||
end,
|
||||
" Hover lsp",
|
||||
},
|
||||
|
@ -5,7 +5,7 @@ local plugins = {
|
||||
"NvChad/nvcommunity",
|
||||
{ import = "nvcommunity.git.diffview" },
|
||||
{ import = "nvcommunity.git.lazygit" },
|
||||
--[[ { import = "nvcommunity.lsp.prettyhover" }, ]]
|
||||
{ import = "nvcommunity.lsp.prettyhover" },
|
||||
},
|
||||
|
||||
-- LSP, formatter, linter
|
||||
@ -309,6 +309,12 @@ local plugins = {
|
||||
["vim.lsp.util.stylize_markdown"] = true,
|
||||
["cmp.entry.get_documentation"] = true,
|
||||
},
|
||||
hover = {
|
||||
enabled = false,
|
||||
},
|
||||
signature = {
|
||||
enabled = false,
|
||||
},
|
||||
},
|
||||
-- you can enable a preset for easier configuration
|
||||
presets = {
|
||||
|
Reference in New Issue
Block a user