refactor(neovim): remove autowriteall
This commit is contained in:
parent
42decc49ee
commit
76cacd2eaf
1 changed files with 0 additions and 2 deletions
|
|
@ -71,8 +71,6 @@ vim.o.scrolloff = 10
|
||||||
-- See `:help 'confirm'`
|
-- See `:help 'confirm'`
|
||||||
vim.o.confirm = true
|
vim.o.confirm = true
|
||||||
|
|
||||||
vim.o.autowriteall = true
|
|
||||||
|
|
||||||
vim.lsp.enable 'bashls'
|
vim.lsp.enable 'bashls'
|
||||||
|
|
||||||
vim.o.expandtab = true
|
vim.o.expandtab = true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue