Better config on plugins, add lazygit & update readme

This commit is contained in:
yaso 2026-07-02 12:48:12 +02:00
parent 87fc33a614
commit 4be5d628b8
9 changed files with 132 additions and 66 deletions

View file

@ -4,7 +4,7 @@ return {
event = { "BufReadPre", "BufNewFile" },
opts = {
-- Fallback size if the function doesn't intercept it
filesize = 2,
filesize = 1,
-- Use a detection function to unconditionally catch generated files
pattern = function(bufnr, _)
local buf_name = vim.api.nvim_buf_get_name(bufnr)