feat(nvim): Programming QoL plugins

- stay-centered: auto center cursor
- WIP: project-explorer: open projects from computer from inside neovim
This commit is contained in:
Pratik Tripathy
2025-01-06 17:32:58 +05:30
parent 4bc62021d6
commit 8f66129fa4
2 changed files with 26 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
return {
{ "tpope/vim-repeat" },
{ "arnamak/stay-centered.nvim" },
-- Better code folding
{
"kevinhwang91/nvim-ufo",