feat: enable expand tab
This commit is contained in:
parent
0191a669b2
commit
3814931d83
1 changed files with 3 additions and 0 deletions
3
init.lua
3
init.lua
|
|
@ -122,6 +122,9 @@ vim.opt.clipboard = 'unnamedplus'
|
|||
-- Enable break indent
|
||||
vim.opt.breakindent = true
|
||||
|
||||
-- Enable expand tab
|
||||
vim.opt.expandtab = true
|
||||
|
||||
-- Save undo history
|
||||
vim.opt.undofile = true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue