mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-08-16 23:41:12 +02:00
style: formatting
This commit is contained in:
parent
d57817d79b
commit
41e60af52c
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
Add a link
Reference in a new issue