yolo
This commit is contained in:
parent
340de2ccbe
commit
b9cd87bb35
3 changed files with 15 additions and 15 deletions
|
@ -62,25 +62,25 @@ return require('packer').startup(function(use)
|
|||
end,
|
||||
}
|
||||
|
||||
-- use {
|
||||
-- 'sainnhe/everforest',
|
||||
-- config = function()
|
||||
-- vim.cmd([[
|
||||
-- set termguicolors
|
||||
-- let g:everforest_transparent_background = 2
|
||||
-- colorscheme everforest
|
||||
-- ]])
|
||||
-- end,
|
||||
-- }
|
||||
use {
|
||||
'casonadams/walh',
|
||||
'sainnhe/everforest',
|
||||
config = function()
|
||||
vim.cmd([[
|
||||
set notermguicolors
|
||||
colorscheme walh-default
|
||||
set termguicolors
|
||||
let g:everforest_transparent_background = 2
|
||||
colorscheme everforest
|
||||
]])
|
||||
end,
|
||||
}
|
||||
-- use {
|
||||
-- 'casonadams/walh',
|
||||
-- config = function()
|
||||
-- vim.cmd([[
|
||||
-- set notermguicolors
|
||||
-- colorscheme walh-one
|
||||
-- ]])
|
||||
-- end,
|
||||
-- }
|
||||
|
||||
use {
|
||||
'johnfrankmorgan/whitespace.nvim',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue