Added odin support, removed unused themes

This commit is contained in:
2022-12-08 11:18:32 -08:00
parent f730875af9
commit 3b595bd314
2 changed files with 15 additions and 3 deletions
+3 -3
View File
@@ -4,9 +4,9 @@ return require('packer').startup(function(use)
-- Packer can manage itself
use 'wbthomason/packer.nvim'
-- themes
use 'sainnhe/everforest'
use 'sainnhe/sonokai'
use { 'tomasr/molokai' }
--use 'sainnhe/everforest'
--use 'sainnhe/sonokai'
--use { 'tomasr/molokai' }
use 'morhetz/gruvbox'
-- Treesitter
use { 'nvim-treesitter/nvim-treesitter' }