mirror of
https://github.com/TheM1Stery/dotfiles.git
synced 2025-04-20 00:51:11 +00:00
feat: replace headlines.nvim with markdown.nvim
This commit is contained in:
parent
efe3c45804
commit
73a26b3feb
@ -54,10 +54,16 @@ return {
|
|||||||
},
|
},
|
||||||
"SmiteshP/nvim-navic",
|
"SmiteshP/nvim-navic",
|
||||||
"Decodetalkers/csharpls-extended-lsp.nvim",
|
"Decodetalkers/csharpls-extended-lsp.nvim",
|
||||||
|
-- {
|
||||||
|
-- "lukas-reineke/headlines.nvim",
|
||||||
|
-- dependencies = "nvim-treesitter/nvim-treesitter",
|
||||||
|
-- config = true, -- or `opts = {}`
|
||||||
|
-- },
|
||||||
{
|
{
|
||||||
"lukas-reineke/headlines.nvim",
|
'MeanderingProgrammer/markdown.nvim',
|
||||||
dependencies = "nvim-treesitter/nvim-treesitter",
|
main = "render-markdown",
|
||||||
config = true, -- or `opts = {}`
|
opts = {},
|
||||||
|
dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"L3MON4D3/LuaSnip",
|
"L3MON4D3/LuaSnip",
|
||||||
|
Loading…
Reference in New Issue
Block a user