This commit is contained in:
jay 2024-09-01 09:12:53 +08:00
parent 69d4a237e9
commit 232952f9ec
3 changed files with 3 additions and 2 deletions

View File

@ -64,7 +64,7 @@ text = "CellBackground"
TERM = "xterm-256color"
[font]
size = 10.0
size = 12.0
[font.normal]
family = "Agave Nerd Font"

View File

@ -46,6 +46,7 @@ return {
-- for git
"tpope/vim-fugitive",
"christoomey/vim-conflicted",
"sindrets/diffview.nvim",
-- for mark
"inkarkat/vim-ingo-library",

View File

@ -61,7 +61,7 @@ return {
global = false,
},
open_file = {
quit_on_open = false,
quit_on_open = true,
resize_window = false,
window_picker = {
enable = true,