neovim: add some more tree-sitter grammars
This commit is contained in:
parent
b2ee6c9604
commit
cd31397f53
1 changed files with 7 additions and 1 deletions
|
|
@ -26,12 +26,18 @@
|
|||
(nvim-treesitter.withPlugins (p: with p; [
|
||||
tree-sitter-comment
|
||||
tree-sitter-c-sharp
|
||||
# tree-sitter-javascript
|
||||
tree-sitter-html
|
||||
tree-sitter-javascript
|
||||
tree-sitter-jsdoc
|
||||
tree-sitter-json
|
||||
tree-sitter-lua
|
||||
tree-sitter-nix
|
||||
tree-sitter-php
|
||||
tree-sitter-regex
|
||||
tree-sitter-rust
|
||||
tree-sitter-toml
|
||||
tree-sitter-typescript
|
||||
tree-sitter-tsx
|
||||
tree-sitter-yaml
|
||||
]))
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue