all repos — dotfiles @ 4957a235fb16f0929806a5a9978f3d7029a1ce5d

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}