neovim: remove material colorscheme

This commit is contained in:
2022-11-13 15:45:00 +03:00
parent 3fd3ceced9
commit 73d16ac94e
4 changed files with 3 additions and 23 deletions

View File

@@ -20,10 +20,7 @@ require("packer").startup(function(use)
use({ "folke/neodev.nvim" })
-- Colorschemes go here
use({
{ "sainnhe/gruvbox-material" },
{ "kaicataldo/material.vim" },
})
use({ "sainnhe/gruvbox-material" })
-- Make commenting code great
use({