nvim: Fix wrong lazy.nvim plugin spec options

Some options were left over from old plugin managers, some were just
used wrong.
This commit is contained in:
Marty Oehme 2024-06-17 13:13:15 +02:00
parent 157fbc812c
commit c45d85922b
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
3 changed files with 4 additions and 5 deletions

View file

@ -99,7 +99,6 @@ return {
{ "WhoIsSethDaniel/mason-tool-installer.nvim" },
},
event = { "BufReadPost", "BufNewFile", "BufWritePre" },
after = { "nvim-cmp" },
config = function()
require("plugins.config.lsp")
end,