Skip to content

Commit

Permalink
feat(nvim): add more treesitter parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Jan 11, 2024
1 parent 080df9c commit c330da4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/neovim/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,12 @@ in
lsp_lines-nvim
(pkgs.vimPlugins.nvim-treesitter.withPlugins (plugins:
with plugins; [
arduino
awk
bash
cpp
css
csv
diff
dockerfile
fish
Expand All @@ -93,11 +96,15 @@ in
gitignore
go
gomod
gosum
gowork
gpg
graphql
hcl
html
http
http
ini
javascript
jq
json
Expand All @@ -113,6 +120,7 @@ in
rust
scss
sql
ssh_config
terraform
toml
vhs
Expand Down

0 comments on commit c330da4

Please sign in to comment.