Skip to content

Commit

Permalink
Prefer tools that exist in PATH over tools installed via Mason
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed Feb 18, 2024
1 parent b80d0d5 commit 3bcb244
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nvim/.config/nvim/lua/plugins/mason.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
return {
"williamboman/mason.nvim",
build = ":MasonUpdate", -- :MasonUpdate updates registry contents
config = true,
config = {
PATH = "append",
},
}

0 comments on commit 3bcb244

Please sign in to comment.