all repos — dotfiles @ 495f841eb3c8278bcf6b1e3e2101c0d6440f24d6

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}