nvim: Handle TS grammars via nix
This commit is contained in:
parent
07c096dffd
commit
9dd7e8b025
1 changed files with 1 additions and 3 deletions
|
@ -6,13 +6,11 @@
|
||||||
:comment
|
:comment
|
||||||
:css
|
:css
|
||||||
:dockerfile
|
:dockerfile
|
||||||
:eex
|
|
||||||
:elixir
|
:elixir
|
||||||
:erlang
|
:erlang
|
||||||
:fennel
|
:fennel
|
||||||
:fish
|
:fish
|
||||||
:heex
|
:heex
|
||||||
:help
|
|
||||||
:html
|
:html
|
||||||
:http
|
:http
|
||||||
:javascript
|
:javascript
|
||||||
|
@ -33,7 +31,7 @@
|
||||||
:yaml]
|
:yaml]
|
||||||
rainbow-parsers [:fennel]]
|
rainbow-parsers [:fennel]]
|
||||||
(nifoc-treesitter.setup)
|
(nifoc-treesitter.setup)
|
||||||
(treesitter-config.setup {:ensure_installed install-parsers
|
(treesitter-config.setup {:ensure_installed []
|
||||||
:sync_install true
|
:sync_install true
|
||||||
:highlight {:enable true}
|
:highlight {:enable true}
|
||||||
:indent {:enable true}
|
:indent {:enable true}
|
||||||
|
|
Loading…
Reference in a new issue