mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-09 12:35:04 +02:00
added markdown linting and formatting
This commit is contained in:
parent
c35e42337a
commit
fd43e168ee
6 changed files with 90 additions and 71 deletions
|
@ -41,6 +41,7 @@ return { -- Autoformat
|
|||
jsonc = { 'prettierd' },
|
||||
yaml = { 'prettierd' },
|
||||
go = { 'goimports', 'golines' },
|
||||
markdown = { 'mdformat' },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue