diff options
| author | bh <qn+git@excalibur.computer> | 2026-03-15 14:54:01 +0800 |
|---|---|---|
| committer | bh <qn+git@excalibur.computer> | 2026-03-15 14:54:01 +0800 |
| commit | 977e8911084c80baf30ab5d3a17af2e0bceb02e0 (patch) | |
| tree | 312ae8132527999e4f078a9d74c767cf92844408 /lua | |
| parent | 30e73220a8e81c87f7660d03e444416be4e376e0 (diff) | |
Add vim-fugitive and render-markdown plugins
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/init.lua | 11 |
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", |
