From cca62222ef295da846fbbff3a8c538b5791797e6 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 29 Aug 2024 11:11:04 +0800 Subject: [PATCH] feat(home/base/tui/edistors/neovim): adjust mason.nvim --- home/base/tui/editors/neovim/nvim/lua/plugins/mason.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/base/tui/editors/neovim/nvim/lua/plugins/mason.lua b/home/base/tui/editors/neovim/nvim/lua/plugins/mason.lua index b0eba6cf..14a60083 100644 --- a/home/base/tui/editors/neovim/nvim/lua/plugins/mason.lua +++ b/home/base/tui/editors/neovim/nvim/lua/plugins/mason.lua @@ -67,9 +67,6 @@ return { { "williamboman/mason.nvim", opts = function(_, opts) - -- The directory in which to install packages. - opts.install_root_dir = path.concat { vim.fn.stdpath "data", "mason" } - -- Where Mason should put its bin location in your PATH. Can be one of: -- - "prepend" (default, Mason's bin location is put first in PATH) -- - "append" (Mason's bin location is put at the end of PATH)