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" TERM = "xterm-256color"
[font] [font]
size = 10.0 size = 12.0
[font.normal] [font.normal]
family = "Agave Nerd Font" family = "Agave Nerd Font"

View File

@ -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",

View File

@ -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,