Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 5653554

Browse files
community: packs not used, prettier too agressive
Use yaml and markdown packs once less agressive formatting can be configured
1 parent ce2c9da commit 5653554

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

plugins/community.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ return {
2727
-- Treesitter: lua, Lsp: lua_ls, Lint/format: stylua
2828
{ import = "astrocommunity.pack.lua" },
2929

30+
-- Pack not used as prettierd too agressive with format
31+
-- Treesitter: markdown & markdown_inline, Lsp: marksman, Lint/format: prettierd
32+
-- { import = "astrocommunity.pack.markdown" },
33+
-- Treesitter: markdown & markdown_inline, Lsp: marksman, Lint/format: prettierd
34+
-- { import = "astrocommunity.pack.yaml" },
35+
3036
-- Project
3137
{ import = "astrocommunity.project.project-nvim" }, -- very nice
3238

0 commit comments

Comments
 (0)