Remove some optsion related to completion
This commit is contained in:
@@ -34,12 +34,6 @@ vim.opt.foldmethod = "indent"
|
|||||||
vim.opt.foldignore = ""
|
vim.opt.foldignore = ""
|
||||||
vim.opt.guifont = "JetBrains Mono:11"
|
vim.opt.guifont = "JetBrains Mono:11"
|
||||||
vim.opt.completeopt:append({ "menu", "menuone", "preview", "noinsert", })
|
vim.opt.completeopt:append({ "menu", "menuone", "preview", "noinsert", })
|
||||||
-- Max number of items
|
|
||||||
vim.opt.pumheight = 20
|
|
||||||
-- pseudo transparency for completion menu
|
|
||||||
vim.opt.pumblend = 10
|
|
||||||
-- pseudo transparency for floating window
|
|
||||||
vim.opt.winblend = 5
|
|
||||||
-- set nowrap
|
-- set nowrap
|
||||||
vim.opt.matchpairs:append({ "<:>", "':'", "\":\"", })
|
vim.opt.matchpairs:append({ "<:>", "':'", "\":\"", })
|
||||||
vim.opt.fileencoding = "utf-8"
|
vim.opt.fileencoding = "utf-8"
|
||||||
|
|||||||
Reference in New Issue
Block a user