feat(nvim): add bigfile.nvim
This commit is contained in:
parent
ed13db569e
commit
637dc98337
8
dots/.config/nvim/lua/plugins/configs/bigfile.lua
Normal file
8
dots/.config/nvim/lua/plugins/configs/bigfile.lua
Normal file
@ -0,0 +1,8 @@
|
||||
return {
|
||||
{
|
||||
"LunarVim/bigfile.nvim",
|
||||
opts = {
|
||||
filesize = 10
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user