WIP: Switch to NixOS #5

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

View file

@ -163,7 +163,9 @@ local plugins = {
-- Make editing passwords safer -- Make editing passwords safer
{ {
"https://git.zx2c4.com/password-store", "https://git.zx2c4.com/password-store",
rtp = "contrib/vim/redact_pass.vim", config = function(plugin)
vim.opt.rtp:append(plugin.dir .. "contrib/vim/redact_pass.vim")
end,
}, },
-- Neovim inside Firefox -- Neovim inside Firefox
@ -181,7 +183,7 @@ local plugins = {
{ {
"iamcco/markdown-preview.nvim", "iamcco/markdown-preview.nvim",
build = "cd app && npm install", build = "cd app && npm install",
setup = function() config = function()
vim.g.mkdp_filetypes = { "markdown" } vim.g.mkdp_filetypes = { "markdown" }
end, end,
ft = { "markdown" }, ft = { "markdown" },