aboutsummaryrefslogtreecommitdiff
path: root/config/nvim/lua/treesitter_config.lua
blob: 70f251f81e4e17623153db82b99773a52f477144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
require('nvim-treesitter').install {
    'bash',
    'css',
    'dart',
    'diff',
    'dockerfile',
    'gitcommit',
    'gleam',
    'graphql',
    'html',
    'htmldjango',
    'javascript',
    'jsdoc',
    'json',
    'kotlin',
    'lua',
    'make',
    'markdown',
    'python',
    'ruby',
    'rust',
    'sql',
    'svelte',
    'swift',
    'toml',
    'tsx',
    'typescript',
    'yaml'
  }