start of a nixvim setup.

This commit is contained in:
Gabe Venberg 2024-03-19 16:57:23 -05:00
parent 507d4a3d08
commit 030822d6c1
13 changed files with 635 additions and 6 deletions

View file

@ -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.