mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-21 11:14:42 +02:00
Update init.lua
This commit is contained in:
parent
340eacec1f
commit
dfadb7e1c3
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@ function lv_utils.generate_settings()
|
|||
-- sets the default output file as test.lua
|
||||
io.output(file)
|
||||
|
||||
-- write all `O` related settings to `lv-settings.lua` file
|
||||
r_inspect_settings(O, 10000, ".")
|
||||
-- write all `lvim` related settings to `lv-settings.lua` file
|
||||
r_inspect_settings(lvim, 10000, ".")
|
||||
|
||||
-- closes the open file
|
||||
io.close(file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue