WIP: Switch to NixOS #5

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

View file

@ -0,0 +1,8 @@
-- Library of 30+ independent Lua modules improving overall Neovim
return {
"echasnovski/mini.nvim",
version = "*",
config = function()
require("mini.surround").setup()
end,
}

View file

@ -1,2 +0,0 @@
-- we all know this one
return { "tpope/vim-surround" }