This allows tab to select and more importantly insert the first
completion.
local luasnip = require("luasnip")
opts.completion = vim.tbl_extend("force", opts.completion, {
local luasnip = require("luasnip")
opts.completion = vim.tbl_extend("force", opts.completion, {
- completeopt = "menu,menuone,noinsert",
+ completeopt = "menu,menuone,noselect",
})
--TODO: review if I want to keep any of LazyVim's mappings
opts.mapping = vim.tbl_extend("force", opts.mapping, {
})
--TODO: review if I want to keep any of LazyVim's mappings
opts.mapping = vim.tbl_extend("force", opts.mapping, {