Fix markdown linting

This commit is contained in:
2025-05-10 16:51:17 +02:00
parent 81ae5de3d3
commit 2c53e64f76

View File

@@ -659,7 +659,8 @@ require('lazy').setup({
vim.list_extend(ensure_installed, { vim.list_extend(ensure_installed, {
'stylua', -- Used to format Lua code 'stylua', -- Used to format Lua code
'vue-language-server', 'vue-language-server',
'eslint_d', 'eslint_d', -- Used in lint.lua
'markdownlint', -- Used in lint.lua
}) })
require('mason-tool-installer').setup { ensure_installed = ensure_installed } require('mason-tool-installer').setup { ensure_installed = ensure_installed }
@@ -921,7 +922,7 @@ require('lazy').setup({
-- [[ Configure Treesitter ]] See `:help nvim-treesitter` -- [[ Configure Treesitter ]] See `:help nvim-treesitter`
opts = { opts = {
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' }, ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'query', 'vim', 'vimdoc' },
-- Autoinstall languages that are not installed -- Autoinstall languages that are not installedinit
auto_install = true, auto_install = true,
highlight = { highlight = {
enable = true, enable = true,