Fixed silicon and added markdown preview
This commit is contained in:
parent
9233e386f3
commit
389d7f9889
|
@ -9,7 +9,7 @@ require('silicon').setup({
|
||||||
pad_vert = 80,
|
pad_vert = 80,
|
||||||
pad_horiz = 50,
|
pad_horiz = 50,
|
||||||
output = {
|
output = {
|
||||||
path = "/home/krivah/Pictures/Screenshots",
|
path = "/home/svante/Pictures/Screenshots",
|
||||||
format = "silicon_[year][month][day]_[hour][minute][second].png",
|
format = "silicon_[year][month][day]_[hour][minute][second].png",
|
||||||
},
|
},
|
||||||
window_title = function()
|
window_title = function()
|
||||||
|
|
|
@ -10,5 +10,11 @@ return {
|
||||||
{ 'hrsh7th/nvim-cmp' },
|
{ 'hrsh7th/nvim-cmp' },
|
||||||
{ 'hrsh7th/cmp-vsnip' },
|
{ 'hrsh7th/cmp-vsnip' },
|
||||||
{ 'hrsh7th/vim-vsnip' },
|
{ 'hrsh7th/vim-vsnip' },
|
||||||
{ 'krivahtoo/silicon.nvim', build = './install.sh' }
|
{ 'krivahtoo/silicon.nvim', build = './install.sh' },
|
||||||
|
{
|
||||||
|
"iamcco/markdown-preview.nvim",
|
||||||
|
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
|
||||||
|
ft = { "markdown" },
|
||||||
|
build = function() vim.fn["mkdp#util#install"]() end,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue