commented out the tab hoarder
This commit is contained in:
parent
d78e6eb421
commit
e799b44d24
2
init.lua
2
init.lua
|
@ -109,7 +109,7 @@ vim.opt.shiftwidth = 2
|
||||||
|
|
||||||
-- Use spaces instead of tabs
|
-- Use spaces instead of tabs
|
||||||
-- See `:help 'expandtab'`
|
-- See `:help 'expandtab'`
|
||||||
-- vim.opt.expandtab = true
|
vim.opt.expandtab = true
|
||||||
|
|
||||||
-- Make line numbers default
|
-- Make line numbers default
|
||||||
vim.opt.number = true
|
vim.opt.number = true
|
||||||
|
|
Loading…
Reference in New Issue