mirror of
https://github.com/DefectingCat/nvim
synced 2025-07-15 16:51:33 +00:00
update ui
update doc
This commit is contained in:
@ -2,6 +2,10 @@
|
||||
|
||||
Minimal neovim configuration
|
||||
|
||||
# Showcase
|
||||
## Showcase
|
||||
|
||||

|
||||

|
||||

|
||||
|
||||
## Plugins
|
||||
|
@ -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>"),
|
||||
|
BIN
screenshots/9079a2193eabb8e523e156eae22595d4.png
Normal file
BIN
screenshots/9079a2193eabb8e523e156eae22595d4.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 MiB |
Binary file not shown.
Before Width: | Height: | Size: 3.8 MiB |
Reference in New Issue
Block a user