Adding spereate config for markdown preview plugin

This commit is contained in:
2023-06-19 08:56:14 +02:00
parent 83f6b8a017
commit 093655980f
2 changed files with 4 additions and 6 deletions

View File

@@ -0,0 +1,4 @@
vim.cmd [[
let g:mkdp_auto_close = 0
let g:mkdp_theme = 'dark'
]]

View File

@@ -72,12 +72,6 @@ return require('packer').startup(function(use)
use({
"iamcco/markdown-preview.nvim",
run = function() vim.fn["mkdp#util#install"]() end,
config = function ()
vim.cmd [[
let g:mkdp_auto_close = 0
let g:mkdp_theme = 'dark'
]]
end
})
use 'ObserverOfTime/nvimcord'
use {