nvim: color display, colorscheme

This commit is contained in:
Fabio Lenherr / DashieTM 2023-01-22 23:24:47 +01:00
parent d9f686d709
commit 510b52964a
19 changed files with 395 additions and 29 deletions

View file

@ -11,6 +11,7 @@ if not config_status_ok then
return
end
nvim_tree.setup { -- BEGIN_DEFAULT_OPTS
auto_reload_on_write = true,
create_in_closed_folder = false,
@ -19,9 +20,9 @@ nvim_tree.setup { -- BEGIN_DEFAULT_OPTS
hijack_netrw = true,
hijack_unnamed_buffer_when_opening = false,
ignore_buffer_on_setup = false,
open_on_setup = true,
open_on_setup_file = true,
open_on_tab = true,
open_on_setup = false,
open_on_setup_file = false,
open_on_tab = false,
ignore_buf_on_tab_change = {},
sort_by = "name",
root_dirs = {},