all repos — dotfiles @ 4963e5c05064f079c1f796b1e0fc7496f465bf03

my *nix dotfiles

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

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