Yet another update

This commit is contained in:
Kristofers Solo
2023-08-09 16:36:35 +03:00
parent 6202d588b9
commit a763bf7372
13 changed files with 369 additions and 139 deletions

View File

@@ -6,12 +6,10 @@ return {
"nvim-treesitter/playground",
"p00f/nvim-ts-rainbow",
"mechatroner/rainbow_csv",
"nvim-treesitter/nvim-treesitter-textobjects",
"JoosepAlviste/nvim-ts-context-commentstring",
},
config = function()
require("nvim-treesitter.configs").setup({
-- A list of parser names, or "all" (the five listed parsers should always be installed)
ensure_installed = "all", -- one of "all" or a list of languages
-- Install parsers synchronously (only applied to `ensure_installed`)