install folke/trouble.nvim

This commit is contained in:
Eric Olerud 2024-04-19 13:18:13 -04:00
parent a16923908a
commit 3ebb2a3caa
2 changed files with 38 additions and 1 deletions

View file

@ -756,7 +756,7 @@ require('lazy').setup({
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'markdown_inline', 'vim', 'vimdoc' },
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {