neovim

adjust some completion options

+5
+5
candy/lua/marshmallow/defaults.lua
··· 78 78 vim.fn.sign_define("DiagnosticSignHint", { text = "", texthl = "DiagnosticSignHint" }) 79 79 80 80 vim.opt.exrc = true 81 + 82 + -- Completion -- 83 + 84 + vim.opt.completeopt = "menuone,noselect,fuzzy" 85 + vim.opt.wildoptions = "fuzzy,pum,tagfile"