Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

Use my fork of nvim-treesitter

+1 -1
+1 -1
nvim/lua/plugins.lua
··· 96 96 }, 97 97 { 98 98 -- Syntax Highlighting from the future 99 - "nvim-treesitter/nvim-treesitter", 99 + "chiefnoah/nvim-treesitter", 100 100 branch = "master", 101 101 --init = function() vim.cmd([[":TSUpdate"]]) end, 102 102 main = "nvim-treesitter.configs",