Skip to content

Commit

Permalink
Add mason-lock
Browse files Browse the repository at this point in the history
  • Loading branch information
b-ggs committed May 31, 2024
1 parent 51266e2 commit 2774aac
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions nvim/.config/nvim/lazy-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"guess-indent.nvim": { "branch": "main", "commit": "b8ae749fce17aa4c267eec80a6984130b94f80b2" },
"lazy.nvim": { "branch": "main", "commit": "eab487c2520f0fe9e54eb5e3ea0606e20512492e" },
"lualine.nvim": { "branch": "master", "commit": "0a5a66803c7407767b799067986b4dc3036e1983" },
"mason-lock.nvim": { "branch": "main", "commit": "86614f76c3442fba1c5c8d79aa1efcb3ad69de1c" },
"mason-tool-installer.nvim": { "branch": "main", "commit": "c1fbdcb0d8d1295314f1612c4a247253e70299d9" },
"mason.nvim": { "branch": "main", "commit": "0fb4e56837f13b81a972fcc0554be1327b39061e" },
"neodev.nvim": { "branch": "main", "commit": "ce9a2e8eaba5649b553529c5498acb43a6c317cd" },
Expand Down
8 changes: 8 additions & 0 deletions nvim/.config/nvim/lua/plugins/mason-lock.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
return {
"zapling/mason-lock.nvim",
init = function()
require("mason-lock").setup({
lockfile_path = vim.fn.stdpath("config") .. "/mason-lock.json",
})
end,
}
16 changes: 16 additions & 0 deletions nvim/.config/nvim/mason-lock.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"bash-language-server": "5.3.3",
"css-lsp": "4.10.0",
"html-lsp": "4.10.0",
"lua-language-server": "3.9.1",
"prettier": "3.2.5",
"pyright": "1.1.365",
"ruff": "0.4.6",
"shellcheck": "v0.10.0",
"shfmt": "v3.8.0",
"stylua": "v0.20.0",
"tailwindcss-language-server": "0.0.16",
"typescript-language-server": "4.3.3",
"typos": "v1.21.0",
"typos-lsp": "v0.1.18"
}

0 comments on commit 2774aac

Please sign in to comment.