feat!: Move to AstroNvim v4 distributed through lazy.nvim
This commit is contained in:
10
lua/config/options.lua
Normal file
10
lua/config/options.lua
Normal 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
|
||||
Reference in New Issue
Block a user