diff --git a/sets/nvim.nix b/sets/nvim.nix index eb4fa89..9dcd08f 100644 --- a/sets/nvim.nix +++ b/sets/nvim.nix @@ -128,13 +128,12 @@ lib.setAttrByPath setPath ( cmp = { enable = true; settings = { + completion.autocomplete = false; snippet.expand = "function(args) require('luasnip').lsp_expand(args.body) end"; sources = [ { name = "luasnip"; } { name = "nvim_lsp"; } { name = "path"; } - { name = "calc"; } - { name = "emoji"; } ]; mapping = { "" = "cmp.mapping.confirm({ select = true })";