mirror of
https://github.com/marianozunino/nvim.git
synced 2025-06-29 02:53:50 -03:00
chore: some random updates
This commit is contained in:
parent
c52e7a518e
commit
74529c72d8
6 changed files with 54 additions and 56 deletions
3
lua/plugins/ui/alpha.lua
Normal file → Executable file
3
lua/plugins/ui/alpha.lua
Normal file → Executable file
|
@ -5,10 +5,11 @@ local M = {
|
|||
M.config = function()
|
||||
local startify = require("alpha.themes.startify")
|
||||
|
||||
startify.section.bottom_buttons.val = {
|
||||
startify.section.top_buttons.val = {
|
||||
startify.button("e", "New file", "<cmd>ene <CR>"),
|
||||
startify.button("q", "Quit", "<cmd>q <CR>"),
|
||||
}
|
||||
startify.section.bottom_buttons.val = {}
|
||||
|
||||
require("alpha").setup(startify.config)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue