Additional dotfiles

This commit is contained in:
2025-11-03 02:29:38 -06:00
parent 3d08f6f795
commit 9cc95f2f44
49 changed files with 95 additions and 1902 deletions
+18
View File
@@ -0,0 +1,18 @@
return {
'brianhuster/live-preview.nvim',
dependencies = {
-- You can choose one of the following pickers
'nvim-telescope/telescope.nvim',
'ibhagwan/fzf-lua',
'echasnovski/mini.pick',
'folke/snacks.nvim',
},
keys = {
{
"<leader>sl",
"<cmd>LivePreview start<cr>",
desc = "Start Live Preview"
}
},
opts = {}
}