diff options
| author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-06 23:47:53 +0200 |
|---|---|---|
| committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-04-06 23:47:53 +0200 |
| commit | e1c5a423a6e8abec507d89863903be869762a55e (patch) | |
| tree | 925b268e08ffadd86f00611df636c54da45e0299 /lua/config/colorscheme.lua | |
| parent | 9404b0daa8733fb830b98eb13503c7f1bcbb915b (diff) | |
chore(lua): nuke lua files
Diffstat (limited to 'lua/config/colorscheme.lua')
| -rw-r--r-- | lua/config/colorscheme.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lua/config/colorscheme.lua b/lua/config/colorscheme.lua deleted file mode 100644 index 8fe7c27..0000000 --- a/lua/config/colorscheme.lua +++ /dev/null @@ -1,9 +0,0 @@ --- Neovim colorscheme. - -local colorscheme = "no-clown-fiesta" - -local status_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme) -if not status_ok then - vim.notify("colorscheme " .. colorscheme .. " not found!") - return -end |