WIP: Switch to NixOS #5
2 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,7 @@ return function()
|
||||||
{ name = "nvim_lsp" },
|
{ name = "nvim_lsp" },
|
||||||
{ name = "nvim_lua" },
|
{ name = "nvim_lua" },
|
||||||
{ name = "path" },
|
{ name = "path" },
|
||||||
|
{ name = "spell" },
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -135,6 +135,7 @@ require("packer").startup(function()
|
||||||
{ "hrsh7th/cmp-path" }, -- Path source
|
{ "hrsh7th/cmp-path" }, -- Path source
|
||||||
{ "hrsh7th/cmp-cmdline" }, -- cmdline source
|
{ "hrsh7th/cmp-cmdline" }, -- cmdline source
|
||||||
{ "saadparwaiz1/cmp_luasnip" }, -- Snippets source
|
{ "saadparwaiz1/cmp_luasnip" }, -- Snippets source
|
||||||
|
{ "f3fora/cmp-spell" }, -- Spell check source
|
||||||
},
|
},
|
||||||
config = require("plugins.cmp"),
|
config = require("plugins.cmp"),
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue