Is it possible to add a config.lua to customize the lunarVim settings? #14
Answered
by
marcograhl
marcograhl
asked this question in
Q&A
Replies: 2 comments 8 replies
-
|
Yes, it should be relatively easy. Below this line: You can add: cat >> "$HOME/.config/lvim/config.lua" <<-'LUA'
-- Add your lua code here
LUA |
Beta Was this translation helpful? Give feedback.
8 replies
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
marcograhl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Just wanted to know if it possible. I'm always changing some default values, like relative Numbers = true...
Kind Regards Marco
Beta Was this translation helpful? Give feedback.
All reactions