Run formatter on all lua files
This commit is contained in:
parent
2eca6c0d56
commit
56f0d00f96
25 changed files with 659 additions and 630 deletions
|
@ -6,11 +6,11 @@
|
|||
|
||||
vim.api.nvim_create_augroup("KeepCentered", { clear = true })
|
||||
vim.api.nvim_create_autocmd("CursorMoved", {
|
||||
group = "KeepCentered",
|
||||
pattern = '*',
|
||||
callback = function()
|
||||
if vim.o.buftype == '' then
|
||||
vim.cmd([[normal! zz]])
|
||||
end
|
||||
end,
|
||||
group = "KeepCentered",
|
||||
pattern = '*',
|
||||
callback = function()
|
||||
if vim.o.buftype == '' then
|
||||
vim.cmd([[normal! zz]])
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue