mirror of
https://github.com/LazyVim/starter.git
synced 2026-07-22 04:21:03 +00:00
ensure ruby installed for treesitter
This commit is contained in:
parent
a1555ff8de
commit
fc4b82e1e7
1 changed files with 10 additions and 0 deletions
10
lua/plugins/treesitter.lua
Normal file
10
lua/plugins/treesitter.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
return {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
"ruby"
|
||||
}
|
||||
},
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue