all repos — dotfiles @ 8f3b731b667d7c991f00d14e1a1e4d101bff0c27

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}