mirror of
https://github.com/stevenproctor/dotfiles.git
synced 2026-01-28 08:39:56 -06:00
Some Treesitter config refactoring
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
(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
|
||||
;; :additional_vim_regex_highlighting false
|
||||
:additional_vim_regex_highlighting [:org]
|
||||
|
||||
Reference in New Issue
Block a user