Compare commits
No commits in common. "9cffb32d9ba8c98ba8537b6b28cec93dec539f41" and "d3cec53760670f2dafe7d534eb18a1daec78ed61" have entirely different histories.
9cffb32d9b
...
d3cec53760
3 changed files with 13 additions and 26 deletions
|
@ -588,6 +588,19 @@ return {
|
||||||
}
|
}
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'iamcco/markdown-preview.nvim',
|
||||||
|
cmd = { 'MarkdownPreviewToggle', 'MarkdownPreview', 'MarkdownPreviewStop' },
|
||||||
|
ft = { 'markdown' },
|
||||||
|
build = function()
|
||||||
|
vim.fn['mkdp#util#install']()
|
||||||
|
end,
|
||||||
|
config = function()
|
||||||
|
-- Ugly fix for wsl not finding my browser
|
||||||
|
-- I HATE windows
|
||||||
|
vim.g.mkdp_echo_preview_url = 1
|
||||||
|
end,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
'nvim-lualine/lualine.nvim',
|
'nvim-lualine/lualine.nvim',
|
||||||
lazy = false,
|
lazy = false,
|
||||||
|
@ -628,7 +641,6 @@ return {
|
||||||
require('bufferline').setup {}
|
require('bufferline').setup {}
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
'sindrets/diffview.nvim',
|
|
||||||
{
|
{
|
||||||
'MeanderingProgrammer/dashboard.nvim',
|
'MeanderingProgrammer/dashboard.nvim',
|
||||||
enable = true,
|
enable = true,
|
||||||
|
|
|
@ -496,28 +496,3 @@ coreminer
|
||||||
debuggees
|
debuggees
|
||||||
steckrs
|
steckrs
|
||||||
lifecycle
|
lifecycle
|
||||||
Grischtoffshofener
|
|
||||||
Kuppelverteidigungskorps
|
|
||||||
Infrastrukturoffensive
|
|
||||||
l'Avenir
|
|
||||||
Staatsrat's
|
|
||||||
publically
|
|
||||||
Ellinor
|
|
||||||
Thrain
|
|
||||||
Leimann
|
|
||||||
Grischtoff's
|
|
||||||
Farid
|
|
||||||
Nassar
|
|
||||||
Casaus
|
|
||||||
Schutzgardistin
|
|
||||||
Rösch
|
|
||||||
walkable
|
|
||||||
BDSM
|
|
||||||
Herrscher's
|
|
||||||
ŧ
|
|
||||||
GAI
|
|
||||||
Waldtraut's
|
|
||||||
QaaS
|
|
||||||
Brousseau
|
|
||||||
Jérôme
|
|
||||||
Élise
|
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue