mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 10:18:37 +02:00
feat(home/base/tui/edistors/neovim): adjust mason.nvim
This commit is contained in:
@@ -67,9 +67,6 @@ return {
|
|||||||
{
|
{
|
||||||
"williamboman/mason.nvim",
|
"williamboman/mason.nvim",
|
||||||
opts = function(_, opts)
|
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:
|
-- 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)
|
-- - "prepend" (default, Mason's bin location is put first in PATH)
|
||||||
-- - "append" (Mason's bin location is put at the end of PATH)
|
-- - "append" (Mason's bin location is put at the end of PATH)
|
||||||
|
|||||||
Reference in New Issue
Block a user