Public Access
added markdown render
This commit is contained in:
@@ -20,6 +20,7 @@ vim.pack.add({
|
|||||||
{ src = "https://github.com/stevearc/conform.nvim" },
|
{ src = "https://github.com/stevearc/conform.nvim" },
|
||||||
{ src = "https://github.com/folke/flash.nvim" },
|
{ src = "https://github.com/folke/flash.nvim" },
|
||||||
{ src = "https://github.com/lewis6991/gitsigns.nvim" },
|
{ src = "https://github.com/lewis6991/gitsigns.nvim" },
|
||||||
|
{ src = "https://github.com/MeanderingProgrammer/render-markdown.nvim" },
|
||||||
{ src = "https://github.com/folke/trouble.nvim" },
|
{ src = "https://github.com/folke/trouble.nvim" },
|
||||||
{ src = "https://github.com/nvim-neotest/nvim-nio" },
|
{ src = "https://github.com/nvim-neotest/nvim-nio" },
|
||||||
{ src = "https://github.com/rcarriga/nvim-dap-ui" },
|
{ src = "https://github.com/rcarriga/nvim-dap-ui" },
|
||||||
@@ -53,6 +54,11 @@ require("conform").setup({
|
|||||||
format_on_save = { timeout_ms = 500, lsp_format = "fallback" },
|
format_on_save = { timeout_ms = 500, lsp_format = "fallback" },
|
||||||
})
|
})
|
||||||
|
|
||||||
|
require("render-markdown").setup({
|
||||||
|
latex = { enabled = true },
|
||||||
|
inline = { highlight = "RenderMarkdownCode" },
|
||||||
|
})
|
||||||
|
|
||||||
require("lualine").setup({ options = { theme = "gruvbox_dark" } })
|
require("lualine").setup({ options = { theme = "gruvbox_dark" } })
|
||||||
require("blink.cmp").setup({ keymap = { preset = "super-tab" } })
|
require("blink.cmp").setup({ keymap = { preset = "super-tab" } })
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user