WIP: Switch to NixOS #5

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

View file

@ -1,5 +0,0 @@
-- treesitter plugin for commentstring
return {
"JoosepAlviste/nvim-ts-context-commentstring",
dependencies = { "tpope/vim-commentary" },
}

View file

@ -4,5 +4,6 @@ return {
version = "*",
config = function()
require("mini.surround").setup()
require("mini.comment").setup()
end,
}