This commit is contained in:
Guðmundur Bjarki Sigurðsson 2024-03-27 00:13:27 +00:00
parent 219ab94804
commit 94403559fc
7 changed files with 82 additions and 21 deletions

View file

@ -2,7 +2,7 @@ return { -- Highlight, edit, and navigate code
'nvim-treesitter/nvim-treesitter',
build = ':TSUpdate',
opts = {
ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc' },
ensure_installed = { 'bash', 'c', 'html', 'lua', 'markdown', 'vim', 'vimdoc', "python" },
-- Autoinstall languages that are not installed
auto_install = true,
highlight = {