dotfiles/nvim/lua/plugins/nvim-treesitter.lua

7 lines
94 B
Lua
Raw Permalink Normal View History

2023-08-09 13:51:17 +02:00
return {
"nvim-treesitter/nvim-treesitter",
opts = {
ensure_installed = "all",
},
}