nvim: don't fold text by default

This commit is contained in:
Oliver Davies 2021-11-01 13:39:16 +00:00 committed by GitHub
parent ad7a62bfeb
commit 907f01cb52
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ vim.cmd 'syntax on'
vim.o.autoindent = true
vim.o.breakindent = true
vim.o.expandtab = true
vim.o.foldlevelstart = 99
vim.o.foldmethod = 'indent'
vim.o.formatoptions = 'lm'
vim.o.linebreak = true