mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
ops: tewi init
This commit is contained in:
parent
3f2422b20f
commit
67c2e70205
10 changed files with 154 additions and 50 deletions
|
|
@ -84,7 +84,7 @@ opt.hlsearch = true -- Highlight matches with last sea
|
|||
-----------------------------------------------------------
|
||||
-- Tabs, indent
|
||||
-----------------------------------------------------------
|
||||
opt.expandtab = false -- Use spaces instead of tabs
|
||||
opt.expandtab = true -- Use spaces instead of tabs
|
||||
opt.shiftwidth = 2 -- Shift 2 spaces when tab
|
||||
opt.tabstop = 2 -- 1 tab == 2 spaces
|
||||
opt.smartindent = true -- Autoindent new lines
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue