i use arch btw
0
fork

Configure Feed

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

Disable tree-sitter highlighting for commit messages

+1
+1
nvim/.config/nvim/lua/plugins.lua
··· 117 117 auto_install = true, 118 118 highlight = { 119 119 enable = true, 120 + disable = { 'gitcommit' }, 120 121 }, 121 122 -- indent = { 122 123 -- enable = true,