docs: add more comments

This commit is contained in:
Nicolas Goudry 2024-06-05 16:12:13 +02:00
parent 42d32eb2e4
commit fc38402c4d
No known key found for this signature in database
GPG key ID: 5FC434D9FFD1DF44
5 changed files with 10 additions and 1 deletions

View file

@ -9,6 +9,8 @@
event = "BufRead";
group = "large_buffer_detector";
# Disable LSP, TS, syntax and some settings on large buffers
# Note: large_buf is set by astrocore plugin
callback.__raw = ''
function(args)
if vim.b.large_buf then

View file

@ -68,7 +68,7 @@
# Always show tabline (TODO: use with heirline?)
#showtabline = 2;
# Show signs instead of number in gutter
# Show signs column
signcolumn = "yes";
# Override ignorecase if search pattern contains uppercase characters