Init commit

This commit is contained in:
Archie Fox
2025-07-25 13:09:33 +03:00
commit 7f1d7f48dd
30 changed files with 1469 additions and 0 deletions

6
lua/plugins/disabled.lua Normal file
View File

@@ -0,0 +1,6 @@
return {
-- disable trouble
{ "akinsho/bufferline.nvim", enabled = true },
{ "hrsh7th/nvim-cmp", enabled = false },
{ "folke/snacks.nvim", enabled = true },
}