summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
4034770)
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, {