feat: enable expand tab

This commit is contained in:
Carlos Hurtado 2024-05-01 12:52:41 -06:00
parent 0191a669b2
commit 3814931d83
1 changed files with 3 additions and 0 deletions

View File

@ -122,6 +122,9 @@ vim.opt.clipboard = 'unnamedplus'
-- Enable break indent -- Enable break indent
vim.opt.breakindent = true vim.opt.breakindent = true
-- Enable expand tab
vim.opt.expandtab = true
-- Save undo history -- Save undo history
vim.opt.undofile = true vim.opt.undofile = true