This commit is contained in:
2025-11-29 10:41:56 -05:00
parent efd1b91963
commit d07772da67
7 changed files with 109 additions and 951 deletions

View File

@@ -1,20 +1,10 @@
local alpha_dashboard = require 'alpha.themes.dashboard'
alpha_dashboard.section.buttons.val = {
alpha_dashboard.button("e", "> New file", ":ene <BAR> startinsert <CR>"),
alpha_dashboard.button("f", "> Find file", ":FZF --reverse --info=inline $HOME/Sync<CR>"),
alpha_dashboard.button("r", "> Recent", ":History<CR>"),
alpha_dashboard.button("s", "> Settings", ":e $MYVIMRC | :cd %:p:h | :split . | :q <CR>"),
alpha_dashboard.button("q", "> Quit NVIM", ":qa!<CR>"),
}
if (os.getenv('TERM_PROGRAM') == 'Apple_Terminal') then
vim.cmd.colorscheme('slate')
else
require 'monokai'
.setup()
end
require 'alpha'
.setup(alpha_dashboard.opts)
-- if (os.getenv('TERM_PROGRAM') == 'Apple_Terminal') then
-- vim.cmd.colorscheme('slate')
-- else
-- require 'monokai'
-- .setup()
-- end
vim.cmd.colorscheme('tokyonight-night')
require 'lualine'
.setup({
options = {