aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/nvim/lua/cfg/options.lua
diff options
context:
space:
mode:
Diffstat (limited to 'home/.config/nvim/lua/cfg/options.lua')
-rw-r--r--home/.config/nvim/lua/cfg/options.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/home/.config/nvim/lua/cfg/options.lua b/home/.config/nvim/lua/cfg/options.lua
index 1e64f49..4b6d588 100644
--- a/home/.config/nvim/lua/cfg/options.lua
+++ b/home/.config/nvim/lua/cfg/options.lua
@@ -7,7 +7,6 @@ opt.shadafile = "NONE"
opt.number = true
opt.cursorline = true
opt.signcolumn = "auto:2"
-opt.showmatch = true
opt.laststatus = 3
opt.expandtab = true
@@ -30,14 +29,12 @@ opt.textwidth = 80
opt.colorcolumn = "+1"
vim.opt.formatoptions:remove("t")
-opt.cmdheight = 2
opt.messagesopt = "wait:5000,history:500"
vim.opt.shortmess:append({ a = true })
opt.updatetime = 250
opt.timeoutlen = 300
-opt.synmaxcol = 500
vim.opt.completeopt = { "menuone", "noselect", "popup", "fuzzy", "nearest" }
opt.scrolloff = 999