docs: add more comments
This commit is contained in:
parent
42d32eb2e4
commit
fc38402c4d
5 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue