Skip to content

Commit

Permalink
feat(astrocore): increase the default size for large files
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Apr 1, 2024
1 parent ab008dd commit e0b826d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/astronvim/plugins/_astrocore.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ return {
---@type AstroCoreOpts
opts = {
features = {
large_buf = { size = 1024 * 100, lines = 10000 }, -- set global limits for large files
large_buf = { size = 1024 * 500, lines = 10000 }, -- set global limits for large files
autopairs = true, -- enable autopairs at start
cmp = true, -- enable completion at start
highlighturl = true, -- highlight URLs by default
Expand Down

0 comments on commit e0b826d

Please sign in to comment.