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/61f50b09046866af07723ac624272ba2581990aa?ds=sidebyside;hp=61f50b09046866af07723ac624272ba2581990aa 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 ---