File tree Expand file tree Collapse file tree 2 files changed +1
-19
lines changed
Expand file tree Collapse file tree 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -4,4 +4,3 @@ This plugin pack does the following:
44
55- Adds ` markdown ` and ` markdown_inline ` Treesitter parsers
66- Adds ` marksman ` language server
7- - Adds ` prettierd ` formatter
Original file line number Diff line number Diff line change @@ -16,28 +16,11 @@ return {
1616 opts .ensure_installed = require (" astrocore" ).list_insert_unique (opts .ensure_installed , { " marksman" })
1717 end ,
1818 },
19- {
20- " jay-babu/mason-null-ls.nvim" ,
21- optional = true ,
22- opts = function (_ , opts )
23- opts .ensure_installed = require (" astrocore" ).list_insert_unique (opts .ensure_installed , { " prettierd" })
24- end ,
25- },
2619 {
2720 " WhoIsSethDaniel/mason-tool-installer.nvim" ,
2821 optional = true ,
2922 opts = function (_ , opts )
30- opts .ensure_installed =
31- require (" astrocore" ).list_insert_unique (opts .ensure_installed , { " marksman" , " prettierd" })
23+ opts .ensure_installed = require (" astrocore" ).list_insert_unique (opts .ensure_installed , { " marksman" })
3224 end ,
3325 },
34- {
35- " stevearc/conform.nvim" ,
36- optional = true ,
37- opts = {
38- formatters_by_ft = {
39- markdown = { " prettierd" , " prettier" , stop_after_first = true },
40- },
41- },
42- },
4326}
You can’t perform that action at this time.
0 commit comments