]> git.rmz.io Git - dotfiles.git/blob - nvim/lua/plugins/core.lua
nvim: reset options similar to vimrc
[dotfiles.git] / nvim / lua / plugins / core.lua
1 return {
2 {
3 "LazyVim/LazyVim",
4 opts = {
5 defaults = {
6 autocmds = false,
7 options = false,
8 },
9 },
10 },
11 }