nix-conf/home/config/nvim/lua/plugins/live-preview.lua
2025-03-04 23:43:21 +08:00

13 lines
338 B
Lua

return {
{
"brianhuster/live-preview.nvim",
dependencies = {
-- You can choose one of the following pickers
"ibhagwan/fzf-lua",
},
cmd = "LivePreview",
keys = { { "<leader>cp", "<cmd>LivePreview close<cr><cmd>LivePreview start<cr>", desc = "Live Preview" } },
opts = true,
enabled = true,
},
}