diff options
| author | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-22 21:51:37 +0200 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <william@herges.fr> | 2025-10-22 21:51:37 +0200 |
| commit | c5f7c2d1c748fe58aea6112e3be83934599888be (patch) | |
| tree | 4d5a5a8f246b3832fc12349ccb9c7323a31e2f75 /config/nvim/lua | |
| parent | c0a77abe0a918a4ac297fd2309000dc0293d164c (diff) | |
| parent | 0746ede645b36cd517d3abeeeb574f42acc21e49 (diff) | |
Merge branch 'main' of ssh://git.anhgelus.world/anhgelus/dotfiles
Diffstat (limited to 'config/nvim/lua')
| -rw-r--r-- | config/nvim/lua/colorscheme.lua | 7 | ||||
| -rw-r--r-- | config/nvim/lua/plugins/colorscheme.lua | 3 |
2 files changed, 0 insertions, 10 deletions
diff --git a/config/nvim/lua/colorscheme.lua b/config/nvim/lua/colorscheme.lua deleted file mode 100644 index f9f6ce6..0000000 --- a/config/nvim/lua/colorscheme.lua +++ /dev/null @@ -1,7 +0,0 @@ -local colorscheme = 'monokai_pro' - -local is_ok, _ = pcall(vim.cmd, "colorscheme " .. colorscheme) -if not is_ok then - vim.notify('colorscheme ' .. colorscheme .. ' not found!') - return -end diff --git a/config/nvim/lua/plugins/colorscheme.lua b/config/nvim/lua/plugins/colorscheme.lua deleted file mode 100644 index 457a3ec..0000000 --- a/config/nvim/lua/plugins/colorscheme.lua +++ /dev/null @@ -1,3 +0,0 @@ -return { - "tanvirtin/monokai.nvim" -} |
