This commit is contained in:
Henrik Bakken
2022-05-22 17:31:25 +02:00
parent c3f4fc8d60
commit e45e5dce8a
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -294,7 +294,7 @@ require("packer").startup {
use {"jnurmine/Zenburn"}
use {"nanotech/jellybeans.vim"}
vim.cmd "colorscheme ayu-mirage"
vim.cmd "colorscheme seoul256"
-- coloring of colornames
use {
@@ -351,6 +351,7 @@ require("packer").startup {
vim.g.mkdp_auto_close = 0 -- auto close on moving away
vim.g.mkdp_open_to_the_world = 1 -- available to others
vim.g.mkdp_port = 8555
vim.g.mkdp_echo_preview_url = 1
end
}