feat(hyrpland): disable timeout lock for now

This commit is contained in:
Barrett Ruth 2026-02-15 22:30:27 -05:00
parent 6e09c82b29
commit 06e8af6d56
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 8 additions and 8 deletions

View file

@ -164,7 +164,7 @@ return {
init = function()
vim.g.diffs = {
fugitive = true,
neogit = true,
neogit = false,
extra_filetypes = { 'diff' },
hide_prefix = true,
highlights = {
@ -172,7 +172,7 @@ return {
enabled = true,
},
intra = {
enabled = false,
enabled = true,
max_lines = 500,
},
},