From 3a254a980720a3442aae3d421f0e622b20d46162 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 23 Mar 2021 22:53:08 -0400 Subject: back to startify while I figure out what's wrong with dashboard --- lua/nv-dashboard/init.lua | 5 +---- lua/nv-startify/init.lua | 9 ++++++--- lua/plugins.lua | 4 ++-- 3 files changed, 9 insertions(+), 9 deletions(-) (limited to 'lua') diff --git a/lua/nv-dashboard/init.lua b/lua/nv-dashboard/init.lua index e4c54177..1d24b56a 100644 --- a/lua/nv-dashboard/init.lua +++ b/lua/nv-dashboard/init.lua @@ -14,12 +14,9 @@ vim.g.dashboard_custom_section = { b = {description = {' Recently Used Files'}, command = 'Telescope oldfiles'}, c = {description = {' Load Last Session '}, command = 'SessionLoad'}, d = {description = {' Find Word '}, command = 'Telescope live_grep'}, - e = {description = {' Marks '}, command = 'Telescope marks'}, + e = {description = {' Marks '}, command = 'Telescope marks'} } - - - -- file_browser = {description = {' File Browser'}, command = 'Telescope find_files'}, -- vim.g.dashboard_custom_shortcut = { diff --git a/lua/nv-startify/init.lua b/lua/nv-startify/init.lua index c066f75f..9f04472f 100644 --- a/lua/nv-startify/init.lua +++ b/lua/nv-startify/init.lua @@ -1,7 +1,10 @@ vim.g.startify_custom_header = { - ' _ ___ ________ __ ', ' / | / / | / / ____/___ ____/ /__ ', - ' / |/ /| | / / / / __ \\/ __ / _ \\', ' / /| / | |/ / /___/ /_/ / /_/ / __/', - ' /_/ |_/ |___/\\____/\\____/\\__,_/\\___/ ' + ' ███╗ ██╗██╗ ██╗ ██████╗ ██████╗ ██████╗ ███████╗', + ' ████╗ ██║██║ ██║██╔════╝██╔═══██╗██╔══██╗██╔════╝', + ' ██╔██╗ ██║██║ ██║██║ ██║ ██║██║ ██║█████╗', + ' ██║╚██╗██║╚██╗ ██╔╝██║ ██║ ██║██║ ██║██╔══╝', + ' ██║ ╚████║ ╚████╔╝ ╚██████╗╚██████╔╝██████╔╝███████╗', + ' ╚═╝ ╚═══╝ ╚═══╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝' } vim.g.webdevicons_enable_startify = 1 diff --git a/lua/plugins.lua b/lua/plugins.lua index 78bc5f04..2032ad7c 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -105,7 +105,7 @@ return require('packer').startup(function(use) use 'liuchengxu/vim-which-key' use 'kevinhwang91/nvim-bqf' use 'airblade/vim-rooter' - use 'glepnir/dashboard-nvim' + -- use 'glepnir/dashboard-nvim' use 'metakirby5/codi.vim' use 'psliwka/vim-smoothie' use 'moll/vim-bbye' @@ -138,5 +138,5 @@ return require('packer').startup(function(use) -- end -- } -- use 'tpope/vim-sleuth' - -- use 'mhinz/vim-startify' + use 'mhinz/vim-startify' end) -- cgit v1.2.3