avoid flooding mason.nvim binaries path
This commit is contained in:
parent
dbe2445c34
commit
e7805612a9
|
|
@ -7,6 +7,8 @@ end
|
||||||
local options = {
|
local options = {
|
||||||
ensure_installed = { "lua-language-server" }, -- not an option from mason.nvim
|
ensure_installed = { "lua-language-server" }, -- not an option from mason.nvim
|
||||||
|
|
||||||
|
PATH = "skip",
|
||||||
|
|
||||||
ui = {
|
ui = {
|
||||||
icons = {
|
icons = {
|
||||||
package_pending = " ",
|
package_pending = " ",
|
||||||
|
|
|
||||||
Reference in New Issue