git and colorscheme
This commit is contained in:
@@ -19,12 +19,12 @@ local options = {
|
||||
updatetime = 300, -- faster completion (4000ms default)
|
||||
writebackup = false, -- if a file is being edited by another program (or was written to file while editing with another program), it is not allowed to be edited
|
||||
expandtab = true, -- convert tabs to spaces
|
||||
shiftwidth = 2, -- the number of spaces inserted for each indentation
|
||||
shiftwidth = 4, -- the number of spaces inserted for each indentation
|
||||
tabstop = 4, -- insert 2 spaces for a tab
|
||||
number = true, -- set numbered lines
|
||||
relativenumber = true, -- set relative numbered lines
|
||||
numberwidth = 4, -- set number column width to 2 {default 4}
|
||||
wrap = false, -- display lines as one long line
|
||||
wrap = true, -- display lines as one long line
|
||||
scrolloff = 12, -- is one of my fav
|
||||
sidescrolloff = 8,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user