updates plugins

This commit is contained in:
xesc 2023-12-24 01:00:01 +01:00
parent 007ba4db83
commit 1099c2772d
9 changed files with 38 additions and 123 deletions

View file

@ -6,8 +6,3 @@ vim.api.nvim_create_autocmd("Filetype", {
pattern = "*",
command = "setlocal formatoptions-=c formatoptions-=r formatoptions-=o"
})
vim.api.nvim_create_autocmd("FocusLost", {
pattern = "*",
command = ":wa"
})