Initial commit

This commit is contained in:
2025-11-04 11:44:29 +01:00
commit 04a2178f3a
23 changed files with 1099 additions and 0 deletions

20
lua/plugins/index.lua Normal file
View File

@@ -0,0 +1,20 @@
return {
-- Install Order
-- 1. Treesitter [✓]
-- 2. LSP Minimal [✓]
-- 3. Completions [✓]
-- 4. Autopairs [✓]
-- 5. Telescope [✓]
-- 6. Which-Key [✓]
-- 7. Comment [✓]
-- 8. Surround
-- 9. Vim-Sleuth
-- 10. Nvim-Lint
-- 11. Git-Signs
-- 12. Lualine
-- 13. Ident-Blankline
-- 14. Autommkdir | Mkdir
-- 15. Cheatsheet | neodev
-- 16. Replace | Simple Format
-- 17. vim-be-good
}