Rm stuff
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user