Better config on plugins, add lazygit & update readme
This commit is contained in:
parent
87fc33a614
commit
4be5d628b8
9 changed files with 132 additions and 66 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue