configured for hyprland
This commit is contained in:
0
lua/config/markdown.lua
Normal file
0
lua/config/markdown.lua
Normal file
8
lua/plugins/render-markdown.lua
Normal file
8
lua/plugins/render-markdown.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
return {
|
||||
'MeanderingProgrammer/render-markdown.nvim',
|
||||
dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-mini/mini.nvim' }, -- if you use the mini.nvim suite
|
||||
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-mini/mini.icons' }, -- if you use standalone mini plugins
|
||||
-- dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' }, -- if you prefer nvim-web-devicons
|
||||
---@module 'render-markdown'
|
||||
-- ---@type render.md.UserConfig
|
||||
}
|
||||
@@ -13,5 +13,7 @@ return {
|
||||
'TamaMcGlinn/vim-termhere', --simple terminal QOL
|
||||
"rktjmp/lush.nvim", -- better theme editing
|
||||
{ "denialofsandwich/sudo.nvim", dependencies = { "MunifTanjim/nui.nvim", },config = true, }, --write restricted files without restart
|
||||
{'akinsho/toggleterm.nvim', version = "*", config = true} -- terminal toggling and commands
|
||||
{'akinsho/toggleterm.nvim', version = "*", config = true}, -- terminal toggling and commands
|
||||
{'RRethy/base16-nvim'},
|
||||
{'vyfor/cord.nvim'} --discord rich presence
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user