neovim: delete poimandres colorscheme
This commit is contained in:
@@ -23,7 +23,6 @@ require("packer").startup(function(use)
|
||||
use({
|
||||
{ "sainnhe/gruvbox-material" },
|
||||
{ "kaicataldo/material.vim" },
|
||||
{ "olivercederborg/poimandres.nvim" },
|
||||
})
|
||||
|
||||
-- Make commenting code great
|
||||
|
||||
@@ -137,7 +137,7 @@ function M.get_colorscheme()
|
||||
if IS_TMUX then
|
||||
return "gruvbox-material"
|
||||
else
|
||||
return "poimandres"
|
||||
return "material"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user