Updated config
Added conform to replace null-ls
This commit is contained in:
@@ -74,6 +74,14 @@ return {
|
||||
},
|
||||
})
|
||||
|
||||
cmp.setup({
|
||||
window = {
|
||||
completion = {
|
||||
scrollbar = false,
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
vim.keymap.set({ "i", "s" }, "<S-Tab>", function()
|
||||
luasnip.jump(1)
|
||||
end, { silent = true })
|
||||
|
||||
Reference in New Issue
Block a user