Update .config/nvim/lua/core/options.lua
This commit is contained in:
parent
1518ffc851
commit
66d1cd495d
1 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,4 @@
|
|||
vim.g.mapleader = " "
|
||||
vim.wo.relativenumber = true
|
||||
vim.opt.foldmethod = "indent"
|
||||
vim.opt.foldlevel = 99
|
||||
|
|
Loading…
Reference in a new issue