From 86628d459cabd0c29f0cdbb699e2e18807b958ed Mon Sep 17 00:00:00 2001 From: srdusr Date: Thu, 13 Oct 2022 23:52:54 +0200 Subject: Removed unnecessary files/lines --- lua/opts.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lua/opts.lua') diff --git a/lua/opts.lua b/lua/opts.lua index 06e15fd..b52bcc8 100644 --- a/lua/opts.lua +++ b/lua/opts.lua @@ -34,7 +34,7 @@ vim.opt.inccommand = "split" -- vim.opt.ttyfast = true -- Faster redrawing. vim.opt.lazyredraw = true -- Only redraw when necessary vim.opt.keywordprg = ":help" -- :help options ---vim.opt.ruler = true -- +vim.opt.ruler = true -- vim.opt.errorbells = false -- vim.opt.list = true -- Show non-printable characters. vim.opt.showmatch = true -- @@ -124,7 +124,8 @@ vim.opt.pumheight = 10 -- pop up menu height -- Better Completion vim.opt.complete = { ".", "w", "b", "u", "t" } -- -vim.opt.completeopt = { "longest,menuone,preview" } -- +--vim.opt.completeopt = { "longest,menuone,preview" } -- +vim.opt.completeopt = {'menu', 'menuone', 'noselect'} --vim.opt.completeopt = { "menuone", "noselect" } -- mostly just for cmp --vim.opt.completeopt = { "menu", "menuone", "noselect" } -- -- cgit v1.2.3