1
0
mirror of https://github.com/dcarrillo/dotfiles.git synced 2025-07-03 07:49:25 +00:00

[neovim] Clean cmp keymaps

This commit is contained in:
2024-06-07 18:12:31 +02:00
parent c26fd3ebb3
commit db10008f9b
2 changed files with 11 additions and 64 deletions

View File

@ -172,18 +172,9 @@ require("lazy").setup({
dependencies = {
"hrsh7th/cmp-buffer",
"hrsh7th/cmp-path",
"saadparwaiz1/cmp_luasnip",
"hrsh7th/cmp-nvim-lsp",
},
},
-- {
-- "Exafunction/codeium.nvim",
-- event = "BufEnter",
-- },
-- Snippets
{ "L3MON4D3/LuaSnip", version = "v2.*", event = "InsertEnter" },
{ "rafamadriz/friendly-snippets" },
-- LSP
{ "neovim/nvim-lspconfig", event = "BufReadPre" },