all repos

init.lua @ 5492ab061b49e712bfffbc81aa1c22c1b03791f1

my nvim config
2 files changed, 3 insertions(+), 0 deletions(-)
feat(plugins): add treesitter playground
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2023-07-22 17:04:47 +0300
Parent: 4e4f19c
M lazy-lock.json

@@ -37,6 +37,7 @@ "nvim-ts-rainbow": { "branch": "master", "commit": "ef95c15a935f97c65a80e48e12fe72d49aacf9b9" },

"nvim-web-devicons": { "branch": "master", "commit": "efbfed0567ef4bfac3ce630524a0f6c8451c5534" }, "oil.nvim": { "branch": "master", "commit": "eaa20a6aee7c4df89d80ec8208de63ec2fa4d38a" }, "parinfer-rust": { "branch": "master", "commit": "3c769707ad3b18d530f696fe42a9d495139149ab" }, + "playground": { "branch": "master", "commit": "2b81a018a49f8e476341dfcb228b7b808baba68b" }, "plenary.nvim": { "branch": "master", "commit": "267282a9ce242bbb0c5dc31445b6d353bed978bb" }, "project.nvim": { "branch": "main", "commit": "8c6bad7d22eef1b71144b401c9f74ed01526a4fb" }, "schemastore.nvim": { "branch": "main", "commit": "2de399e50d2529d59f5f0341891530d4637a615e" },
M lua/plugins/treesitter.lua

@@ -5,6 +5,7 @@ dependencies = {

"RRethy/nvim-treesitter-endwise", "p00f/nvim-ts-rainbow", { "nvim-treesitter/nvim-treesitter-context", config = true }, + { "nvim-treesitter/playground" }, }, build = function() pcall(function()

@@ -22,6 +23,7 @@ "gosum",

"fish", "gitignore", "gitcommit", + "query", }, indent = { enable = true, disable = { "python" } }, highlight = { enable = true, additional_vim_regex_highlighting = false },