This commit is contained in:
Jaroslaw Konik 2024-05-10 18:51:27 +02:00
parent 9f9dc823b9
commit c8797c5d58
2 changed files with 4 additions and 3 deletions

View file

@ -128,7 +128,8 @@ require("lazy").setup({
-- or leave it empty to use the default settings -- or leave it empty to use the default settings
-- refer to the configuration section below -- refer to the configuration section below
} }
} },
"dstein64/nvim-scrollview"
}) })
require("image").setup({}) require("image").setup({})

View file

@ -1,9 +1,9 @@
font_family FiraCode NerdFont font_family FiraCode NerdFont
tab_bar_style powerline tab_bar_style powerline
font_size 13.0 font_size 12.0
tab_bar_min_tabs 1 tab_bar_min_tabs 1
tab_powerline_style slanted tab_powerline_style slanted
map ctrl+g kitten hints --type=linenum --linenum-action=self nvim -s +{line} {path} map ctrl+g kitten hints --type=linenum --linenum-action=background sh -c "nvim_remote +{line} $(pwd)/{path}"
tab_bar_edge top tab_bar_edge top
include ./theme.conf include ./theme.conf
map f1 new_tab map f1 new_tab