updates plugins
This commit is contained in:
parent
007ba4db83
commit
1099c2772d
9 changed files with 38 additions and 123 deletions
|
@ -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"
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue