diff options
| author | 2023-04-26 12:06:16 -0400 | |
|---|---|---|
| committer | 2023-04-26 12:06:16 -0400 | |
| commit | 331335cbf0fae75ad08a4f86b67c409e5f0fe510 (patch) | |
| tree | 56ade53accea045ac7b7cdb880af7f0c9ffc8731 /dot_config/nvim/lua/plugins | |
| parent | nvim: add starlight b16 theme (diff) | |
nvim: remove color.lua
Diffstat (limited to 'dot_config/nvim/lua/plugins')
| -rw-r--r-- | dot_config/nvim/lua/plugins/color.lua | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/dot_config/nvim/lua/plugins/color.lua b/dot_config/nvim/lua/plugins/color.lua deleted file mode 100644 index 8d711fc..0000000 --- a/dot_config/nvim/lua/plugins/color.lua +++ /dev/null @@ -1,10 +0,0 @@ -return { - { - 'olimorris/onedarkpro.nvim', - lazy = false, - priority = 1000, - config = function() - vim.cmd [[:color onedark]] - end, - }, -} |
