commented out the tab hoarder
This commit is contained in:
parent
d78e6eb421
commit
e799b44d24
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -109,7 +109,7 @@ vim.opt.shiftwidth = 2
|
|||
|
||||
-- Use spaces instead of tabs
|
||||
-- See `:help 'expandtab'`
|
||||
-- vim.opt.expandtab = true
|
||||
vim.opt.expandtab = true
|
||||
|
||||
-- Make line numbers default
|
||||
vim.opt.number = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue