Skip to content

Commit

Permalink
fix(vim-illuminate): add missing large_file_cutoff default
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Apr 29, 2024
1 parent c6a48b5 commit 782fcb0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/astronvim/plugins/vim-illuminate.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ return {
return {
delay = 200,
min_count_to_highlight = 2,
large_file_cutoff = vim.tbl_get(require "astrocore", "config", "features", "large_buf", "lines"),
large_file_overrides = { providers = { "lsp" } },
should_enable = function(bufnr) return require("astrocore.buffer").is_valid(bufnr) end,
}
Expand Down

0 comments on commit 782fcb0

Please sign in to comment.