feat(nvim): another configuration tweak round

added snippets!
This commit is contained in:
2024-10-03 01:32:19 +03:00
parent b06ac3bc0f
commit b127c2514d
28 changed files with 2006 additions and 593 deletions

View File

@@ -27,6 +27,10 @@ return {
},
},
-- Extensible Neovim Scrollbar
-- https://github.com/petertriho/nvim-scrollbar
{ 'petertriho/nvim-scrollbar', opts = {} },
-- vim dashboard
-- https://github.com/nvimdev/dashboard-nvim
{