Improved configuration
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user