dotfiles

my active dotfiles
git clone git://git.jakekoroman.com/dotfiles
Log | Files | Refs | README

treesitter.lua (295B)


      1 return {
      2   'nvim-treesitter/nvim-treesitter',
      3   build = ':TSUpdate',
      4   main = 'nvim-treesitter.configs',
      5   opts = {
      6     ensure_installed = { 'bash', 'c', 'zig', 'diff', 'lua', 'luadoc', 'markdown', 'vim', 'vimdoc' },
      7     auto_install = true,
      8     highlight = {
      9       enable = true,
     10     },
     11   },
     12 }