Additional dotfiles
This commit is contained in:
@@ -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 = {}
|
||||
}
|
||||
Reference in New Issue
Block a user