mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-19 10:15:01 +02:00
make shiftwidth and tabstop configurable (#818)
This commit is contained in:
parent
79fe019da8
commit
986da71d30
2 changed files with 4 additions and 2 deletions
|
@ -18,6 +18,8 @@ O = {
|
|||
number = true,
|
||||
relative_number = false,
|
||||
number_width = 4,
|
||||
shift_width = 2,
|
||||
tab_stop = 2,
|
||||
cmdheight = 2,
|
||||
cursorline = true,
|
||||
shell = "bash",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue