neovim configuration using rocks.nvim plugin manager
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat: use `popup` for `'completeopt'`

+1 -1
+1 -1
lua/core/options.lua
··· 6 6 vim.o.cmdheight = 1 7 7 vim.o.cmdwinheight = 10 8 8 vim.o.colorcolumn = "80" 9 - vim.o.completeopt = "menu,menuone,preview" 9 + vim.o.completeopt = "menu,menuone,popup" 10 10 if vim.fn.has("nvim-0.11") then 11 11 vim.opt.completeopt:append("fuzzy") 12 12 end