avoid flooding mason.nvim binaries path

This commit is contained in:
siduck 2022-10-06 05:41:05 +05:30 committed by Sidhanth Rathod
parent 00be26275e
commit dc669313c1

View file

@ -16,6 +16,8 @@ vim.api.nvim_create_autocmd("Filetype", {
local options = {
ensure_installed = { "lua-language-server" }, -- not an option from mason.nvim
PATH = "skip",
ui = {
icons = {
package_pending = "",