added relativenumber option & statusline option (#279)

This commit is contained in:
Galen Rowell
2021-08-18 22:13:56 +10:00
committed by GitHub
parent e663122638
commit fa965c9797
3 changed files with 15 additions and 4 deletions

View File

@@ -13,6 +13,7 @@ M.ui = {
hidden_statusline = {
-- these are filetypes, not pattern matched
"NvimTree",
-- "terminal",
},
}
@@ -27,6 +28,8 @@ M.options = {
timeoutlen = 400,
clipboard = "unnamedplus",
number = true,
-- relative numbers in normal mode tool at the bottom of options.lua
relativenumber = false,
numberwidth = 2,
expandtab = true,
shiftwidth = 2,