all repos

init.lua @ 90f7069

my nvim config
2 files changed, 0 insertions(+), 2 deletions(-)
refactor: remove unused plugin
Author: Smirnov Oleksandr ss2316544@gmail.com
Committed at: 2024-01-29 21:49:29 +0200
Parent: a7b2f9f
M lazy-lock.json

@@ -30,7 +30,6 @@ "nvim-lspconfig": { "branch": "master", "commit": "8917d2c830e04bf944a699b8c41f097621283828" },

"nvim-treesitter": { "branch": "master", "commit": "efda19a54a157da8635aa6cb84f56a10593b1a23" }, "nvim-treesitter-context": { "branch": "master", "commit": "9c06b115abc57c99cf0aa81dc29490f5001f57a1" }, "nvim-treesitter-endwise": { "branch": "master", "commit": "4c344ffc8d54d7e1ba2cefaaa2c10ea93aa1cc2d" }, - "nvim-treesitter-playground": { "branch": "master", "commit": "ba48c6a62a280eefb7c85725b0915e021a1a0749" }, "nvim-ts-rainbow": { "branch": "master", "commit": "ef95c15a935f97c65a80e48e12fe72d49aacf9b9" }, "nvim-web-devicons": { "branch": "master", "commit": "b427ac5f9dff494f839e81441fb3f04a58cbcfbc" }, "oil.nvim": { "branch": "master", "commit": "bf753c3e3f8736939ad5597f92329dfe7b1df4f5" },
M lua/plugins/treesitter.lua

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

"RRethy/nvim-treesitter-endwise", "p00f/nvim-ts-rainbow", { "nvim-treesitter/nvim-treesitter-context", config = true }, - { "nvim-treesitter/playground", name = "nvim-treesitter-playground" }, }, build = function() pcall(vim.cmd.TSUpdate)