We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 823f434 commit 7ad8740Copy full SHA for 7ad8740
nvim/lua/plugins/bigfile.lua
@@ -1,6 +1,6 @@
1
return {
2
'LunarVim/bigfile.nvim',
3
- -- enabled = false,
+ enabled = false,
4
event = { 'BufNewFile', 'BufReadPre' },
5
opts = {
6
filesize = 1,
nvim/lua/plugins/snacks.lua
@@ -80,6 +80,7 @@ return {
80
animate = { enabled = false },
81
},
82
input = { enabled = true },
83
+ bigfile = { enabled = true },
84
notifier = {
85
enabled = true,
86
style = 'fancy',
0 commit comments