update
This commit is contained in:
parent
69d4a237e9
commit
232952f9ec
@ -64,7 +64,7 @@ text = "CellBackground"
|
|||||||
TERM = "xterm-256color"
|
TERM = "xterm-256color"
|
||||||
|
|
||||||
[font]
|
[font]
|
||||||
size = 10.0
|
size = 12.0
|
||||||
|
|
||||||
[font.normal]
|
[font.normal]
|
||||||
family = "Agave Nerd Font"
|
family = "Agave Nerd Font"
|
||||||
|
@ -46,6 +46,7 @@ return {
|
|||||||
-- for git
|
-- for git
|
||||||
"tpope/vim-fugitive",
|
"tpope/vim-fugitive",
|
||||||
"christoomey/vim-conflicted",
|
"christoomey/vim-conflicted",
|
||||||
|
"sindrets/diffview.nvim",
|
||||||
|
|
||||||
-- for mark
|
-- for mark
|
||||||
"inkarkat/vim-ingo-library",
|
"inkarkat/vim-ingo-library",
|
||||||
|
@ -61,7 +61,7 @@ return {
|
|||||||
global = false,
|
global = false,
|
||||||
},
|
},
|
||||||
open_file = {
|
open_file = {
|
||||||
quit_on_open = false,
|
quit_on_open = true,
|
||||||
resize_window = false,
|
resize_window = false,
|
||||||
window_picker = {
|
window_picker = {
|
||||||
enable = true,
|
enable = true,
|
||||||
|
Loading…
Reference in New Issue
Block a user