Only install the Treesitter parsers I use
This commit is contained in:
parent
021093bd3d
commit
ac90ae5b08
|
@ -163,7 +163,41 @@ in rec {
|
|||
vimPlugins.nvim-dap-virtual-text
|
||||
|
||||
# Treesitter
|
||||
vimPlugins.nvim-treesitter.withAllGrammars
|
||||
(vimPlugins.nvim-treesitter.withPlugins
|
||||
(p: [
|
||||
p.bash
|
||||
p.comment
|
||||
p.css
|
||||
p.csv
|
||||
p.dockerfile
|
||||
p.gitattributes
|
||||
p.gitignore
|
||||
p.go
|
||||
p.html
|
||||
p.javascript
|
||||
p.json
|
||||
p.lua
|
||||
p.luadoc
|
||||
p.make
|
||||
p.markdown
|
||||
p.markdown_inline
|
||||
p.nix
|
||||
p.php
|
||||
p.phpdoc
|
||||
p.query
|
||||
p.rst
|
||||
p.scss
|
||||
p.sql
|
||||
p.terraform
|
||||
p.tmux
|
||||
p.twig
|
||||
p.typescript
|
||||
p.vim
|
||||
p.vimdoc
|
||||
p.vue
|
||||
p.xml
|
||||
p.yaml
|
||||
]))
|
||||
vimPlugins.nvim-treesitter-context
|
||||
vimPlugins.nvim-treesitter-textobjects
|
||||
|
||||
|
|
Reference in a new issue