WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
2 changed files with 2 additions and 0 deletions
Showing only changes of commit d08f08d572 - Show all commits

View file

@ -55,6 +55,7 @@ return function()
{ name = "nvim_lsp" },
{ name = "nvim_lua" },
{ name = "path" },
{ name = "spell" },
},
})

View file

@ -135,6 +135,7 @@ require("packer").startup(function()
{ "hrsh7th/cmp-path" }, -- Path source
{ "hrsh7th/cmp-cmdline" }, -- cmdline source
{ "saadparwaiz1/cmp_luasnip" }, -- Snippets source
{ "f3fora/cmp-spell" }, -- Spell check source
},
config = require("plugins.cmp"),
})