diff --git a/nvim/init.lua b/nvim/init.lua index 2fe567d..9bda4de 100644 --- a/nvim/init.lua +++ b/nvim/init.lua @@ -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 } diff --git a/ranger/rc.conf b/ranger/rc.conf index 38e9bab..d2cec5f 100644 --- a/ranger/rc.conf +++ b/ranger/rc.conf @@ -97,7 +97,7 @@ set show_hidden_bookmarks true # Which colorscheme to use? These colorschemes are available by default: # default, jungle, snow, solarized -set colorscheme zenburn +set colorscheme default # Preview files on the rightmost column? # And collapse (shrink) the last column if there is nothing to preview?