all repos — dotfiles @ d9063a1e2aaeab2e231b1e12ccb8f30413743923

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}