summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua')
-rw-r--r--lua/plugins/init.lua11
1 files changed, 11 insertions, 0 deletions
diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua
index 000b916..04eedf8 100644
--- a/lua/plugins/init.lua
+++ b/lua/plugins/init.lua
@@ -130,6 +130,17 @@ return {
-- UndoTree
'mbbill/undotree',
+ -- Git
+ 'tpope/vim-fugitive',
+
+ -- Markdown Rendering
+ {
+ 'MeanderingProgrammer/render-markdown.nvim',
+ dependencies = { 'nvim-treesitter/nvim-treesitter', 'nvim-tree/nvim-web-devicons' },
+ ft = { 'markdown' },
+ opts = {},
+ },
+
-- Copilot
{
"zbirenbaum/copilot.lua",