This commit is contained in:
2026-06-22 22:32:08 +02:00
parent 92b952bdb3
commit b7d5e47bb7

View File

@@ -16,6 +16,7 @@ vim.pack.add({
local mason_lspconfig = require("mason-lspconfig")
vim.opt.completeopt = { "menu", "menuone", "noselect", "popup", "fuzzy" }
vim.opt.pumheight = 8
local diag_inline_enabled = true