diff --git a/init.lua b/init.lua index 0961f3d..c2c0d30 100644 --- a/init.lua +++ b/init.lua @@ -128,7 +128,8 @@ require("lazy").setup({ -- or leave it empty to use the default settings -- refer to the configuration section below } - } + }, + "dstein64/nvim-scrollview" }) require("image").setup({}) diff --git a/kitty/kitty.conf b/kitty/kitty.conf index 2246905..a16641e 100644 --- a/kitty/kitty.conf +++ b/kitty/kitty.conf @@ -1,9 +1,9 @@ font_family FiraCode NerdFont tab_bar_style powerline -font_size 13.0 +font_size 12.0 tab_bar_min_tabs 1 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 include ./theme.conf map f1 new_tab