mirror of
https://github.com/Hydroxycarbamide/astrovim_user.git
synced 2025-05-04 12:19:08 -04:00
Remove markdown preview
This commit is contained in:
parent
eb48d6a1b7
commit
db21549dea
1 changed files with 2 additions and 10 deletions
|
@ -13,15 +13,6 @@ return {
|
|||
event = "BufRead",
|
||||
config = function() require("lsp_signature").setup() end,
|
||||
},
|
||||
{
|
||||
"iamcco/markdown-preview.nvim",
|
||||
cmd = { "MarkdownPreviewToggle", "MarkdownPreview", "MarkdownPreviewStop" },
|
||||
build = "cd app && npm install",
|
||||
init = function()
|
||||
vim.g.mkdp_filetypes = { "markdown" }
|
||||
end,
|
||||
ft = { "markdown" },
|
||||
},
|
||||
|
||||
-- customize alpha options
|
||||
{
|
||||
|
@ -90,7 +81,8 @@ return {
|
|||
},
|
||||
|
||||
{
|
||||
"github/copilot.vim"
|
||||
"github/copilot.vim",
|
||||
enabled = true,
|
||||
},
|
||||
{
|
||||
"Exafunction/codeium.nvim",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue