Merge branch 'nvim-lua:master' into master

This commit is contained in:
Joshua 2024-06-26 12:25:40 -05:00 committed by GitHub
commit d35edbc230
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 3 deletions

View file

@ -754,7 +754,7 @@ require('lazy').setup({
{ 'nushell/tree-sitter-nu' },
},
opts = {
ensure_installed = { 'bash', 'c', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
ensure_installed = { 'bash', 'c', 'diff', 'html', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {