refactor(neovim): remove autowriteall

This commit is contained in:
Chayapak Supasakul 2025-12-10 08:14:03 +07:00
parent 42decc49ee
commit 76cacd2eaf
Signed by: ChomeNS
SSH key fingerprint: SHA256:0YoxhdyXsgbc0nfeB2N6FYE60mxMU7DS4uCUMaw2mvA

View file

@ -71,8 +71,6 @@ vim.o.scrolloff = 10
-- See `:help 'confirm'`
vim.o.confirm = true
vim.o.autowriteall = true
vim.lsp.enable 'bashls'
vim.o.expandtab = true