Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
AkinaAcct committed Aug 10, 2024
1 parent 61e3ddb commit 0391e73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions lua/plugins/conform-nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ return {
python = { "black" },
md = { "markdownlint-cli2" },
markdown = { "markdownlint-cli2" },
json = { "prettierd" }
},
-- The options you set here will be merged with the builtin formatters.
-- You can also define any custom formatters here.
Expand Down
2 changes: 2 additions & 0 deletions lua/plugins/mason-nvim.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ return {
"black",
"lua-language-server",
"gitui",
"json-lsp"
"prettierd"
},
},
---@param opts MasonSettings | {ensure_installed: string[]}
Expand Down

0 comments on commit 0391e73

Please sign in to comment.