update
This commit is contained in:
parent
9f9dc823b9
commit
c8797c5d58
2 changed files with 4 additions and 3 deletions
3
init.lua
3
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({})
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue