start of a nixvim setup.
This commit is contained in:
parent
507d4a3d08
commit
030822d6c1
13 changed files with 635 additions and 6 deletions
|
@ -57,7 +57,7 @@ opt.shiftwidth = 0 --zero inherrits tabstop.
|
|||
opt.autoindent = true
|
||||
opt.smartindent = true
|
||||
opt.smarttab = true
|
||||
-- for space based tabs, change expandtab to false.
|
||||
-- for space based tabs, change expandtab to true.
|
||||
opt.expandtab = true
|
||||
opt.softtabstop = -1 --negative value inherrits shiftwidth.
|
||||
--highlight search results as you type.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue