Updated config

Added conform to replace null-ls
This commit is contained in:
2024-09-07 00:19:24 +02:00
parent c3ced61294
commit b25c9186b9
6 changed files with 62 additions and 25 deletions

View File

@@ -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 })