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.

Re-enable highlights in nvim

+1 -1
+1 -1
nvim/lua/plugins.lua
··· 105 105 sync_intall = true, 106 106 highlight = { 107 107 -- this is broken on nvim 0.12.0 108 - enable = false, 108 + enable = true, 109 109 }, 110 110 indent = { 111 111 enable = false,