Add rest of settings
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
local M = {
|
||||
{
|
||||
"nvim-treesitter/nvim-treesitter",
|
||||
branch = "main",
|
||||
build = ":TSUpdate",
|
||||
config = function()
|
||||
local ensureInstalled = {
|
||||
@@ -10,6 +11,7 @@ local M = {
|
||||
"typescript",
|
||||
"java",
|
||||
"go",
|
||||
"java",
|
||||
"rust",
|
||||
"html",
|
||||
"css",
|
||||
@@ -17,6 +19,7 @@ local M = {
|
||||
"yaml",
|
||||
"markdown",
|
||||
"sql",
|
||||
"svelte",
|
||||
"org",
|
||||
}
|
||||
local alreadyInstalled = require("nvim-treesitter.config").get_installed()
|
||||
|
||||
Reference in New Issue
Block a user