fix(astrocore): `max_file` renamed to `large_buf`

pull/7/head
Micah Halter 2024-02-06 13:47:21 -05:00
parent f142075daa
commit 568db39c67
No known key found for this signature in database
GPG Key ID: 4224A6EA9A8CAAA8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ return {
opts = {
-- modify core features of AstroNvim
features = {
max_file = { size = 1024 * 100, lines = 10000 }, -- set global limits for large files for disabling features like treesitter
large_buf = { size = 1024 * 100, lines = 10000 }, -- set global limits for large files for disabling features like treesitter
autopairs = true, -- enable autopairs at start
cmp = true, -- enable completion at start
highlighturl = true, -- highlight URLs at start