this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

treesitter fix

+2 -2
+1 -1
nvim/lazy-lock.json
··· 19 19 "nvim-config-local": { "branch": "main", "commit": "83bb6d9881653a5cf8b489ba8a6fe5a06049a10a" }, 20 20 "nvim-lspconfig": { "branch": "master", "commit": "4ae9796c4e95ca84ec77946a9f9089b8f1a3eec9" }, 21 21 "nvim-tree.lua": { "branch": "master", "commit": "c7639482a1598f4756798df1b2d72f79fe5bb34f" }, 22 - "nvim-treesitter": { "branch": "master", "commit": "8e40904e49bbad5812798eb54be8c00d77cdd301" }, 22 + "nvim-treesitter": { "branch": "master", "commit": "8d4fdc5e47e2a4e00179e43f56221250ce365973" }, 23 23 "nvim-web-devicons": { "branch": "master", "commit": "edbe0a65cfacbbfff6a4a1e98ddd60c28c560509" }, 24 24 "plenary.nvim": { "branch": "master", "commit": "2d9b06177a975543726ce5c73fca176cedbffe9d" }, 25 25 "rose-pine": { "branch": "main", "commit": "07a887a7bef4aacea8c7caebaf8cbf808cdc7a8e" },
+1 -1
nvim/lua/plugins/colors.lua
··· 10 10 end, 11 11 }, 12 12 { 13 - "nvim-treesitter", 13 + "nvim-treesitter/nvim-treesitter", 14 14 config = function() 15 15 require("nvim-treesitter.configs").setup({ 16 16 -- Auto install parsers when entering a buffer if missing