mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
style: formatting
This commit is contained in:
parent
090b992fd4
commit
f2e72da653
1 changed files with 3 additions and 3 deletions
|
|
@ -8,10 +8,10 @@ end
|
||||||
vim.api.nvim_create_autocmd({ "FocusGained", "TermClose", "TermLeave" }, {
|
vim.api.nvim_create_autocmd({ "FocusGained", "TermClose", "TermLeave" }, {
|
||||||
group = augroup("checktime"),
|
group = augroup("checktime"),
|
||||||
callback = function()
|
callback = function()
|
||||||
if vim.o.buftype ~= 'nofile' then
|
if vim.o.buftype ~= "nofile" then
|
||||||
vim.cmd('checktime')
|
vim.cmd("checktime")
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
-- Highlight on yank
|
-- Highlight on yank
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue