diff options
| author | triethyl <triethylammonium@pm.me> | 2025-07-09 00:21:42 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2025-07-09 00:21:42 -0400 |
| commit | ed82f622069233e7b9f817e687865f19fb88b8bb (patch) | |
| tree | 7fd27fb471cf02ca72235b4d890634d53815573b /pkgs/custom-neovim/config/lua/art.lua | |
| parent | 405c50fe980449290fa11c0c3b813954eacf4c4f (diff) | |
working on dashboard
Former-commit-id: 5f31e111f7ffa0ef63d503c8641d0789cf18b868
Diffstat (limited to 'pkgs/custom-neovim/config/lua/art.lua')
| -rw-r--r-- | pkgs/custom-neovim/config/lua/art.lua | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/pkgs/custom-neovim/config/lua/art.lua b/pkgs/custom-neovim/config/lua/art.lua index 76f2bfb..1927173 100644 --- a/pkgs/custom-neovim/config/lua/art.lua +++ b/pkgs/custom-neovim/config/lua/art.lua @@ -3,16 +3,16 @@ art = { space = { saturn = { - [[ ~+ ]] - [[ * + ]] - [[ ' | ]] - [[ () .-.,="``"=. - o - ]] - [[ '=/_ \ | ]] - [[ * | '=._ | ]] - [[ \ `=./`, ' ]] - [[ . '=.__.=' `=' * ]] - [[ + + ]] - [[ O * ' . ]] + [[ ~+ ]], + [[ * + ]], + [[ ' | ]], + [[ () .-.,="``"=. - o - ]], + [[ '=/_ \ | ]], + [[ * | '=._ | ]], + [[ \ `=./`, ' ]], + [[ . '=.__.=' `=' * ]], + [[ + + ]], + [[ O * ' . ]], }, }, neovim = { |
