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.

Disable nvim-treesitter highlight, master branch

+2 -1
+2 -1
nvim/lua/plugins.lua
··· 97 97 { 98 98 -- Syntax Highlighting from the future 99 99 "nvim-treesitter/nvim-treesitter", 100 + branch = "master", 100 101 --init = function() vim.cmd([[":TSUpdate"]]) end, 101 102 main = "nvim-treesitter.configs", 102 103 opts = { ··· 105 106 sync_intall = true, 106 107 highlight = { 107 108 -- this is broken on nvim 0.12.0 108 - enable = true, 109 + enable = false, 109 110 }, 110 111 indent = { 111 112 enable = false,