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:
parent
157fbc812c
commit
c45d85922b
3 changed files with 4 additions and 5 deletions
|
|
@ -99,7 +99,6 @@ return {
|
|||
{ "WhoIsSethDaniel/mason-tool-installer.nvim" },
|
||||
},
|
||||
event = { "BufReadPost", "BufNewFile", "BufWritePre" },
|
||||
after = { "nvim-cmp" },
|
||||
config = function()
|
||||
require("plugins.config.lsp")
|
||||
end,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue