Remove some vim settings

This commit is contained in:
Dave Gallant
2021-12-05 01:28:36 -05:00
parent cd83212643
commit 70a2175a18
2 changed files with 9 additions and 12 deletions

View File

@@ -4,7 +4,6 @@
vim.opt.autoindent = true
vim.opt.backup = false
vim.opt.belloff = "all"
vim.opt.breakindent = true
vim.opt.completeopt = "menuone"
vim.opt.completeopt = vim.opt.completeopt + "noselect"
vim.opt.cursorline = true
@@ -37,7 +36,6 @@ vim.opt.shortmess = vim.opt.shortmess + "c"
vim.opt.shortmess = vim.opt.shortmess + "o"
vim.opt.shortmess = vim.opt.shortmess + "t"
vim.opt.showbreak = ""
vim.opt.showcmd = false
vim.opt.showcmd = true
vim.opt.sidescroll = 0
vim.opt.sidescrolloff = 3
@@ -48,7 +46,6 @@ vim.opt.splitbelow = true
vim.opt.splitright = true
vim.opt.swapfile = false
vim.opt.switchbuf = "usetab"
vim.opt.synmaxcol = 200
vim.opt.tabstop = 2
vim.opt.tabstop = 2
vim.opt.termguicolors = true