update plugins

This commit is contained in:
2025-05-01 21:18:16 -07:00
parent 95089a5a57
commit a8f250f96b
3 changed files with 15 additions and 0 deletions

View File

@@ -19,6 +19,8 @@ return {
"angularls",
"ansiblels",
"docker_compose_language_service",
"golangci_lint_ls",
"gopls",
}
-- Define the highlight color for float border
vim.api.nvim_set_hl(0, "FloatBorder", { fg = "#89b4fa", bold = true })