Remove redundant options

This commit is contained in:
Alex Yatskov 2022-10-22 11:44:14 -07:00
parent 44113ae2ce
commit d299992693

View File

@ -6,14 +6,12 @@ vim.g.mapleader = ' '
-- options -- options
vim.opt.autowrite = true vim.opt.autowrite = true
vim.opt.backup = false
vim.opt.completeopt = 'menuone,noselect' vim.opt.completeopt = 'menuone,noselect'
vim.opt.expandtab = true vim.opt.expandtab = true
vim.opt.fileformats = 'unix,dos,mac' vim.opt.fileformats = 'unix,dos,mac'
vim.opt.foldenable = false vim.opt.foldenable = false
vim.opt.guicursor = 'n:blinkon0' vim.opt.guicursor = 'n:blinkon0'
vim.opt.ignorecase = true vim.opt.ignorecase = true
vim.opt.langremap = false
vim.opt.linebreak = true vim.opt.linebreak = true
vim.opt.modeline = false vim.opt.modeline = false
vim.opt.modelines = 0 vim.opt.modelines = 0