Adding bigfile support

This commit is contained in:
2026-04-15 14:18:24 +02:00
parent 3c54a66066
commit 3036a6f44e

View File

@@ -100,12 +100,14 @@ vim.pack.add({
'https://github.com/stevearc/oil.nvim', -- File explorer
"https://github.com/folke/snacks.nvim", -- Dep for claudecode
"https://github.com/coder/claudecode.nvim", -- Claude code
"https://github.com/LunarVim/bigfile.nvim",
})
-- SECTION: Colorscheme
vim.cmd("colorscheme catppuccin-mocha")
-- SECTION: General plugin setup
require("bigfile").setup()
-- Folke
require("lazydev").setup()