migrate to lazy.nvim
This commit is contained in:
parent
5db2f0978d
commit
1b8eff7516
11 changed files with 176 additions and 244 deletions
|
|
@ -4,14 +4,7 @@ if not present then
|
|||
return
|
||||
end
|
||||
|
||||
vim.api.nvim_create_augroup("_mason", { clear = true })
|
||||
vim.api.nvim_create_autocmd("Filetype", {
|
||||
pattern = "mason",
|
||||
callback = function()
|
||||
loadfile(vim.g.base46_cache .. "mason")()
|
||||
end,
|
||||
group = "_mason",
|
||||
})
|
||||
loadfile(vim.g.base46_cache .. "mason")()
|
||||
|
||||
local options = {
|
||||
ensure_installed = { "lua-language-server" }, -- not an option from mason.nvim
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue