WIP: Switch to NixOS #5

Draft
FunctionalHacker wants to merge 1349 commits from nix into main
Showing only changes of commit d0691c78b1 - Show all commits

View file

@ -187,7 +187,7 @@ local plugins = {
-- Markdown preview
{
"iamcco/markdown-preview.nvim",
build = "cd app && npm install",
build = "cd app && yarn install",
config = function()
vim.g.mkdp_filetypes = { "markdown" }
end,