commented relative number setting and changed bookmark icon
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user