chore: format everything with stylua and update
This commit is contained in:
parent
473d78494e
commit
e90763e223
22 changed files with 273 additions and 222 deletions
|
@ -7,9 +7,9 @@
|
|||
vim.api.nvim_create_augroup("KeepCentered", { clear = true })
|
||||
vim.api.nvim_create_autocmd("CursorMoved", {
|
||||
group = "KeepCentered",
|
||||
pattern = '*',
|
||||
pattern = "*",
|
||||
callback = function()
|
||||
if vim.o.buftype == '' then
|
||||
if vim.o.buftype == "" then
|
||||
vim.cmd([[normal! zz]])
|
||||
end
|
||||
end,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue