diff options
| author | Folke Lemaitre <folke.lemaitre@gmail.com> | 2023-01-07 10:52:40 +0100 |
|---|---|---|
| committer | Folke Lemaitre <folke.lemaitre@gmail.com> | 2023-01-07 10:52:40 +0100 |
| commit | 32656ad76d86b409252d8feb1510cc2910fa9f6b (patch) | |
| tree | fbdf5b81267656db7449b8f6f7180f60edcfe86d /lua/config/options.lua | |
| parent | d8769e1cf8cd4047f78f26923a92e83fa94de9f6 (diff) | |
docs: added comments to config files
Diffstat (limited to 'lua/config/options.lua')
| -rw-r--r-- | lua/config/options.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lua/config/options.lua b/lua/config/options.lua new file mode 100644 index 0000000..3ea1454 --- /dev/null +++ b/lua/config/options.lua @@ -0,0 +1,3 @@ +-- Options are automatically loaded before lazy.nvim startup +-- Default options that are always set: https://github.com/LazyVim/LazyVim/blob/main/lua/lazyvim/config/options.lua +-- Add any additional options here |
