all repos — dotfiles @ 0c24f03e03c6d88ff9d620d308a778bcbde8dc77

my *nix dotfiles

config/nvim/lua/treesitter.lua (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
require 'nvim-treesitter.configs'.setup {
  highlight = {
    enable = true,
  },
  indent = {
    enable = true,
  }
}