mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-07-04 14:39:25 +00:00
[neovim] Show warnings about larger files in a popup
This commit is contained in:
@ -51,7 +51,7 @@ vim.api.nvim_create_autocmd({ "BufEnter" }, {
|
||||
vim.cmd("IBLDisable")
|
||||
vim.cmd("LspStop")
|
||||
if ts_was_active then
|
||||
vim.notify("File larger than 1MB; syntax highlighting and heavy CPU use plugins turned off.")
|
||||
vim.notify("File larger than 1MB; syntax highlighting and heavy CPU use plugins are turned off.")
|
||||
end
|
||||
end
|
||||
end,
|
||||
|
Reference in New Issue
Block a user