mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 09:59:54 -06:00
Some Treesitter config refactoring
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
(module dotfiles.plugin.treesitter
|
(module dotfiles.plugin.treesitter
|
||||||
{autoload {treesitter nvim-treesitter.configs}})
|
{autoload {treesitter nvim-treesitter
|
||||||
|
ts_utils nvim-treesitter.ts_utils
|
||||||
|
treesitter-configs nvim-treesitter.configs}})
|
||||||
|
|
||||||
(treesitter.setup
|
(treesitter-configs.setup
|
||||||
{:highlight {:enable true
|
{:highlight {:enable true
|
||||||
;; :additional_vim_regex_highlighting false
|
;; :additional_vim_regex_highlighting false
|
||||||
:additional_vim_regex_highlighting [:org]
|
:additional_vim_regex_highlighting [:org]
|
||||||
|
|||||||
Reference in New Issue
Block a user