commented relative number setting and changed bookmark icon

This commit is contained in:
ashincoder
2021-06-16 06:20:47 +05:30
parent 9aea4d08e5
commit c3a447a471
2 changed files with 6 additions and 2 deletions

View File

@@ -25,12 +25,16 @@ opt("o", "updatetime", 250) -- update interval for gitsigns
opt("o", "clipboard", "unnamedplus")
opt("o", "timeoutlen", 500)
-- Numbers
opt("w", "number", true)
opt("o", "numberwidth", 2)
-- opt("w", "relativenumber", true)
-- for indenline
opt("b", "expandtab", true)
opt("b", "shiftwidth", 2)
opt("b", "smartindent", true)
local M = {}
function M.is_buffer_empty()