astro-nvim-v3 - ft: big update

This commit is contained in:
huyjaky
2024-08-17 16:02:08 +07:00
parent 01642018e6
commit 5b29aaf500
12 changed files with 45 additions and 28 deletions

View File

@@ -5,7 +5,15 @@ return {
"ray-x/lsp_signature.nvim",
event = "User AstroFile",
config = function()
require("lsp_signature").setup { bind = true, handler_opts = { border = "rounded" }, hint_enable = false }
require("lsp_signature").setup {
bind = true,
handler_opts = { border = "rounded" },
hint_enable = true,
hint_prefix = "🐼 ",
debug = true,
verbose = true,
}
end,
},
-- Additional features for Clangd