Nvim: add type annotations to plugin opts
This commit is contained in:
parent
b3ebda5b51
commit
83cd0a7540
9 changed files with 50 additions and 58 deletions
|
@ -25,10 +25,6 @@ return {
|
|||
local cmp = require("cmp")
|
||||
local luasnip = require("luasnip")
|
||||
|
||||
if not cmp then
|
||||
return
|
||||
end
|
||||
|
||||
-- Set completeopt to have a better completion experience
|
||||
vim.o.completeopt = "menuone,noselect"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue