add rust and toml tree-sitter plugins
This commit is contained in:
parent
2bc503a791
commit
e3c0bc48ab
1 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,8 @@ in {
|
||||||
(nvim-treesitter.withPlugins (p: with p; [
|
(nvim-treesitter.withPlugins (p: with p; [
|
||||||
tree-sitter-javascript
|
tree-sitter-javascript
|
||||||
tree-sitter-nix
|
tree-sitter-nix
|
||||||
|
tree-sitter-rust
|
||||||
|
tree-sitter-toml
|
||||||
tree-sitter-typescript
|
tree-sitter-typescript
|
||||||
tree-sitter-yaml
|
tree-sitter-yaml
|
||||||
]))
|
]))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue