LunarVim / Neovim-from-scratch

📚 A Neovim config designed from scratch to be understandable
https://www.chrisatmachine.com/
GNU General Public License v3.0
5.31k stars 1.17k forks source link

improve options.lua #196

Closed REmerald closed 1 year ago

REmerald commented 1 year ago

replace vim.cmd; divide options into sections; minor improvements

REmerald commented 1 year ago

I found a way to fix it

This piece of code is already in autocommands.lua

REmerald commented 1 year ago

These are great changes! Thanks! The vim.opt.formatoptions:remove("cro") doesn't seem to work either

Figured out why and fixed it, now you don't have to use autocmd

REmerald commented 1 year ago

Seems to be no longer needed.