@@ -21,6 +21,11 @@ opt.softtabstop = 4
|
|||||||
opt.shiftwidth = 4
|
opt.shiftwidth = 4
|
||||||
opt.expandtab = true
|
opt.expandtab = true
|
||||||
|
|
||||||
|
vim.opt.swapfile = false
|
||||||
|
vim.opt.backup = false
|
||||||
|
vim.opt.undodir = os.getenv("HOME") .. "/.vim/undodir"
|
||||||
|
vim.opt.undofile = true
|
||||||
|
|
||||||
opt.smartindent = true
|
opt.smartindent = true
|
||||||
opt.wrap = false
|
opt.wrap = false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user