diff options
author | christianchiarulli <[email protected]> | 2021-07-06 11:48:14 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-06 11:48:14 -0400 |
commit | 020fe412c117d691f1c5fa9a80a333bf1b259e3e (patch) | |
tree | 1be23455375f66619e1807da533fb9c2dca48712 | |
parent | b99585d2a3eb47ea5649c582101bbc9ef837463b (diff) |
readme in user config
-rw-r--r-- | lua/lv-user/.keep | 0 | ||||
-rw-r--r-- | lua/lv-user/README.md | 5 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lua/lv-user/.keep b/lua/lv-user/.keep deleted file mode 100644 index e69de29b..00000000 --- a/lua/lv-user/.keep +++ /dev/null diff --git a/lua/lv-user/README.md b/lua/lv-user/README.md new file mode 100644 index 00000000..789001a2 --- /dev/null +++ b/lua/lv-user/README.md @@ -0,0 +1,5 @@ +# User Config + +If you have found this directory then you are probably advanced enough to add your own config. All `lua` files you create here will be available in lv-config. + +**NOTE** I may update this readme in the future so I recommend not changing anything in this file specifically |