[NeoVim] Slight syntax improvements
This commit is contained in:
@@ -1,9 +1,17 @@
|
||||
(import-macros {: setup} :macros)
|
||||
|
||||
(setup :nvim-treesitter.configs {
|
||||
:ensure_installed [:c :lua :rust :java :python :javascript :typescript :fennel]
|
||||
:sync_install false
|
||||
:ignore_install []
|
||||
:highlight {:enable true
|
||||
:disable []
|
||||
:additional_vim_regex_highlighting false}})
|
||||
(setup :nvim-treesitter.configs
|
||||
{:ensure_installed
|
||||
[:c
|
||||
:fennel
|
||||
:java
|
||||
:javascript
|
||||
:lua
|
||||
:python
|
||||
:rust
|
||||
:typescript]
|
||||
:sync_install false
|
||||
:ignore_install []
|
||||
:highlight {:enable true
|
||||
:disable []
|
||||
:additional_vim_regex_highlighting false}})
|
||||
|
||||
Reference in New Issue
Block a user