Adding plugins and updating configs

Signed-off-by: Taken <taken@mairimashita.org>
This commit is contained in:
2023-06-17 22:02:52 +02:00
parent 70ffac691d
commit 2a530bfbd6
3 changed files with 39 additions and 2 deletions

View File

@@ -72,6 +72,17 @@ 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 {
'numToStr/Comment.nvim',
config = function()
end
}
end)