mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-03-10 09:27:25 +00:00
feat(autocmds): checktime on TermLeave and TermClose
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
-- Check if we need to reload the file when it changed
|
||||
vim.api.nvim_create_autocmd("FocusGained", { command = "checktime" })
|
||||
vim.api.nvim_create_autocmd({ "FocusGained", "TermClose", "TermLeave" }, { command = "checktime" })
|
||||
|
||||
-- Highlight on yank
|
||||
vim.api.nvim_create_autocmd("TextYankPost", {
|
||||
|
||||
Reference in New Issue
Block a user