mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-08-03 09:35:26 +02:00
update settings
This commit is contained in:
parent
4b67cce36d
commit
863a92b31e
1 changed files with 2 additions and 2 deletions
|
@ -47,9 +47,9 @@ opt.undofile = true -- enable persisten undo
|
|||
opt.updatetime = 300 -- faster completion
|
||||
opt.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
|
||||
opt.expandtab = true -- convert tabs to spaces
|
||||
opt.shiftwidth = 4 -- the number of spaces inserted for each indentation
|
||||
opt.shiftwidth = 2 -- the number of spaces inserted for each indentation
|
||||
opt.shortmess:append "c"
|
||||
opt.tabstop = 4 -- insert 4 spaces for a tab
|
||||
opt.tabstop = 2 -- insert 4 spaces for a tab
|
||||
opt.cursorline = O.cursorline -- highlight the current line
|
||||
opt.number = O.number -- set numbered lines
|
||||
opt.relativenumber = O.relative_number -- set relative numbered lines
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue