diff options
author | listout <listout@protonmail.com> | 2022-10-14 13:54:17 +0530 |
---|---|---|
committer | listout <listout@protonmail.com> | 2022-10-14 13:54:17 +0530 |
commit | e1f9764b713f1803130dec420d3c92f9fac41851 (patch) | |
tree | 3e3e3492f1c4db3f10b916f4a9503afd0b03f5ed | |
parent | 9417eb62ba058bb69fc1984f7551535cf305ce7b (diff) |
nvim: plugins.lua: remove old color schemes
Signed-off-by: listout <listout@protonmail.com>
-rw-r--r-- | lua/plugins/plugins.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/plugins/plugins.lua b/lua/plugins/plugins.lua index 2ca10c3..1366c77 100644 --- a/lua/plugins/plugins.lua +++ b/lua/plugins/plugins.lua @@ -34,8 +34,6 @@ return packer.startup(function(use) use 'wbthomason/packer.nvim' -- Color scheme - use 'folke/tokyonight.nvim' - use 'shaunsingh/moonlight.nvim' use 'catppuccin/nvim' -- Completion and language server |