From: Samir Benmendil Date: Tue, 11 Apr 2023 13:20:27 +0000 (+0100) Subject: nvim: reset options similar to vimrc X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/fb9c5fe3a848dab8e9ed252a45efd1e4815473c6?ds=sidebyside;hp=fb9c5fe3a848dab8e9ed252a45efd1e4815473c6 nvim: reset options similar to vimrc I wanted to disable the options that LazyVim sets, but there seems to be a bug that prevents this at the moment. So reset the various settings I have in my vimrc again in `config/options.lua`. See https://github.com/LazyVim/LazyVim/issues/566 ---