update ui

update doc
This commit is contained in:
xfy
2024-09-19 23:23:05 +08:00
parent 57ddefa421
commit 087f741a71
4 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@
Minimal neovim configuration
# Showcase
## Showcase
![](./screenshots/9071a2ace5ef31b2bdcb0752640a465b.png)
![](./screenshots/9079a2193eabb8e523e156eae22595d4.png)
![](./screenshots/dd8a6199ef848b30e74b619eaf5facbf.png)
## Plugins

View File

@ -12,7 +12,7 @@ local function button(sc, txt, keybind, keybind_opts)
position = "center",
shortcut = sc,
cursor = 3,
width = 30,
width = 40,
align_shortcut = "right",
hl_shortcut = "Keyword",
}
@ -42,7 +42,7 @@ return {
local dashboard = require("alpha.themes.dashboard")
local logo = require("rua.config.logos")
dashboard.section.header.val = logo.e
dashboard.section.header.val = logo.c
dashboard.section.buttons.val = {
button("SPC e", " > Nvim Tree", "<cmd>NvimTreeToggle<CR>"),
button("SPC ff", "󰱼 > Find File", "<cmd>Telescope find_files<CR>"),

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 MiB