diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-09 01:02:02 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-09 01:02:02 -0400 |
| commit | d65a4b2e6fb66f51b21da8d5397f89ea1c2aaedc (patch) | |
| tree | 2ce7c740a6b05f90fc323489bff1e5ec82024ea2 /pkgs/custom-neovim/config/lua/plugins/dashboard.lua | |
| parent | ed82f622069233e7b9f817e687865f19fb88b8bb (diff) | |
working on dashboard
Former-commit-id: 10503c9edf27043e403a17ac693af14e5f663537
Diffstat (limited to 'pkgs/custom-neovim/config/lua/plugins/dashboard.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/plugins/dashboard.lua | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/custom-neovim/config/lua/plugins/dashboard.lua b/pkgs/custom-neovim/config/lua/plugins/dashboard.lua new file mode 100644 index 0000000..4824c04 --- /dev/null +++ b/pkgs/custom-neovim/config/lua/plugins/dashboard.lua @@ -0,0 +1,3 @@ +require('dashboard').setup { + +} |
