custom pr view

This commit is contained in:
Harivansh Rathi 2026-02-17 17:40:23 -05:00
parent e7e0a25ab4
commit 98989e9475
3 changed files with 37 additions and 0 deletions

View file

@ -44,6 +44,14 @@ return {
},
},
-- Surround
{
"kylechui/nvim-surround",
version = "*",
event = "VeryLazy",
opts = {},
},
-- Supermaven AI completion
{
"supermaven-inc/supermaven-nvim",