nvim: add MasonUpdateAll and lockfile
This commit is contained in:
parent
ec9d9e373b
commit
f7fb8685dd
4 changed files with 61 additions and 48 deletions
|
@ -6,7 +6,15 @@ return {
|
|||
dependencies = {
|
||||
"neovim/nvim-lspconfig",
|
||||
"williamboman/mason-lspconfig.nvim",
|
||||
"WhoIsSethDaniel/mason-tool-installer.nvim",
|
||||
-- Add MasonUpdateAll
|
||||
{ "Zeioth/mason-extra-cmds", config = true },
|
||||
-- Add lockfile support
|
||||
{
|
||||
"zapling/mason-lock.nvim",
|
||||
opts = {
|
||||
lockfile_path = vim.fn.expand("~/.config/nvim/mason-lock.json"),
|
||||
},
|
||||
},
|
||||
-- Extended functionality for jdtls
|
||||
"mfussenegger/nvim-jdtls",
|
||||
-- Add support for LSP file operations
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue