From c5f4c8a163bcbe9ecc69b36a475924c8588d71d2 Mon Sep 17 00:00:00 2001 From: yannickreiss Date: Tue, 17 Oct 2023 19:32:30 +0200 Subject: [PATCH] Theme update --- lua/plugins.lua | 17 +++++++++++++++++ viml/legacyconf.vim | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/lua/plugins.lua b/lua/plugins.lua index 4b72d78..2ee9935 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -49,4 +49,21 @@ return require("packer").startup(function(use) use("patstockwell/vim-monokai-tasty") use("yannickreiss/nvim-navigator") use("tpope/vim-speeddating") + use("jaredgorski/SpaceCamp") + use("projekt0n/github-nvim-theme") + use({ + "nvimdev/dashboard-nvim", + event = "VimEnter", + config = function() + require("dashboard").setup({ + theme = "hyper", -- alt = 'doom' + config = { + week_header = { + enable = true, + }, + }, + }) + end, + requires = { "nvim-tree/nvim-web-devicons" }, + }) end) diff --git a/viml/legacyconf.vim b/viml/legacyconf.vim index a32633b..791876e 100644 --- a/viml/legacyconf.vim +++ b/viml/legacyconf.vim @@ -38,7 +38,7 @@ nnoremap :call Litde() " Theme nnoremap :colo github_light_high_contrast -nnoremap :colo vim-monokai-tasty +nnoremap :colo spacecamp_lite " Fuzzy finder nnoremap :Lines