Skip to content

Commit 03f6c2e

Browse files
authored
feat(just): add just-lsp (#1702)
* feat(just): add just-lsp * docs: Add just-lsp in docs
1 parent 2916a11 commit 03f6c2e

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

lua/astrocommunity/pack/just/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,4 @@
33
This plugin does the following:
44

55
- Adds `just` Treesitter parser: <https://github.com/IndianBoy42/tree-sitter-just>
6+
- Adds `just-lsp`: <https://github.com/terror/just-lsp>

lua/astrocommunity/pack/just/init.lua

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,11 @@ return {
1919
optional = true,
2020
opts = function(_, opts) require("astrocore").list_insert_unique(opts.ensure_installed, { "just" }) end,
2121
},
22+
{
23+
"WhoIsSethDaniel/mason-tool-installer.nvim",
24+
optional = true,
25+
opts = function(_, opts)
26+
opts.ensure_installed = require("astrocore").list_insert_unique(opts.ensure_installed, { "just-lsp" })
27+
end,
28+
},
2229
}

0 commit comments

Comments
 (0)