diff --git a/modules/home-manager/vim.nix b/modules/home-manager/vim.nix index a759b97..8dbedad 100644 --- a/modules/home-manager/vim.nix +++ b/modules/home-manager/vim.nix @@ -92,7 +92,7 @@ plugins.cmp = { enable = true; autoEnableSources = true; - extraOptions = { + settings = { sources = [ {name = "nvim_lsp";} {name = "path";}