From 25bd6cdc9302f2e808a1548e76849576c1090457 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 18 Mar 2025 21:52:03 +0100 Subject: [PATCH] add render-markdown to cmp Former-commit-id: 7c54507f0f023900a1c965399e28ccd4b5f02faa --- home/programs/nvim/plugins/cmp.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/programs/nvim/plugins/cmp.nix b/home/programs/nvim/plugins/cmp.nix index 263b6bf3..b0c839be 100644 --- a/home/programs/nvim/plugins/cmp.nix +++ b/home/programs/nvim/plugins/cmp.nix @@ -21,6 +21,7 @@ } { name = "nvim_lua"; } { name = "mkdnflow"; } + { name = "render-markdown"; } { name = "path"; } ];