Update .config/nvim/lua/core/options.lua

This commit is contained in:
Anthony Rodriguez 2024-08-15 00:33:44 +02:00
parent 1518ffc851
commit 66d1cd495d
Signed by: nezia
GPG key ID: EE3BE97C040A86CE

View file

@ -1,2 +1,4 @@
vim.g.mapleader = " "
vim.wo.relativenumber = true
vim.opt.foldmethod = "indent"
vim.opt.foldlevel = 99