dotfiles/config/automatrop/roles/vim/templates/plugins/treesitter.j2

7 lines
285 B
Plaintext
Raw Normal View History

2021-07-04 07:54:33 +00:00
{# Allow for better syntax highlighting. Bit experimental #}
{{ add_source('nvim-treesitter/nvim-treesitter', {'do': ':TSUpdate'}) -}}
{# To check if it's really working
{{ add_source('nvim-treesitter/playground') -}}
#}
{# TODO Find a way to run `:TSInstall all` non-interactively #}