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 {"jnurmine/Zenburn"}
use {"nanotech/jellybeans.vim"} use {"nanotech/jellybeans.vim"}
vim.cmd "colorscheme ayu-mirage" vim.cmd "colorscheme seoul256"
-- coloring of colornames -- coloring of colornames
use { use {
@@ -351,6 +351,7 @@ require("packer").startup {
vim.g.mkdp_auto_close = 0 -- auto close on moving away 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_open_to_the_world = 1 -- available to others
vim.g.mkdp_port = 8555 vim.g.mkdp_port = 8555
vim.g.mkdp_echo_preview_url = 1
end end
} }
+1 -1
View File
@@ -97,7 +97,7 @@ set show_hidden_bookmarks true
# Which colorscheme to use? These colorschemes are available by default: # Which colorscheme to use? These colorschemes are available by default:
# default, jungle, snow, solarized # default, jungle, snow, solarized
set colorscheme zenburn set colorscheme default
# Preview files on the rightmost column? # Preview files on the rightmost column?
# And collapse (shrink) the last column if there is nothing to preview? # And collapse (shrink) the last column if there is nothing to preview?