feat!: Move to AstroNvim v4 distributed through lazy.nvim

This commit is contained in:
Micah Halter
2023-07-25 12:00:48 -04:00
parent 59b12098bd
commit 5dae91a387
18 changed files with 176 additions and 169 deletions

10
lua/config/options.lua Normal file
View File

@@ -0,0 +1,10 @@
-- Options are automatically loaded before lazy.nvim startup
-- Default options that are always set: https://github.com/AstroNvim/AstroNvim/blob/main/lua/astronvim/options.lua
-- Add any additional options here
vim.opt.relativenumber = true -- sets vim.opt.relativenumber
vim.opt.number = true -- sets vim.opt.number
vim.opt.spell = false -- sets vim.opt.spell
vim.opt.signcolumn = "auto" -- sets vim.opt.signcolumn to auto
vim.opt.wrap = false -- sets vim.opt.wrap
vim.g.mapleader = " " -- sets vim.g.mapleader