We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2916a11 commit 03f6c2eCopy full SHA for 03f6c2e
2 files changed
lua/astrocommunity/pack/just/README.md
@@ -3,3 +3,4 @@
3
This plugin does the following:
4
5
- 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
@@ -19,4 +19,11 @@ return {
19
optional = true,
20
opts = function(_, opts) require("astrocore").list_insert_unique(opts.ensure_installed, { "just" }) end,
21
},
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
+ },
29
}
0 commit comments