Improved configuration
This commit is contained in:
parent
e1b3c08c1c
commit
fb690e8f17
6 changed files with 21 additions and 5 deletions
|
@ -2,6 +2,10 @@ return {
|
|||
"nvim-treesitter/nvim-treesitter",
|
||||
opts = {
|
||||
ensure_installed = {
|
||||
-- basics
|
||||
"bash",
|
||||
"json",
|
||||
"markdown",
|
||||
"lua",
|
||||
|
||||
-- web dev
|
||||
|
@ -10,7 +14,6 @@ return {
|
|||
"javascript",
|
||||
"typescript",
|
||||
"svelte",
|
||||
"json",
|
||||
|
||||
-- go
|
||||
"go",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue