updates
This commit is contained in:
+2
-1
@@ -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
@@ -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?
|
||||||
|
|||||||
Reference in New Issue
Block a user