dotfiles/dot_config/nvim/lua/autocmd.lua

5 lines
94 B
Lua

vim.api.nvim_create_autocmd({"FocusGained"}, {
pattern = {"*"},
command = "checktime",
})