replace startify with dashboard

This commit is contained in:
Chris 2021-03-21 22:40:26 -04:00
parent 23e7663aa4
commit b67c80c70c
6 changed files with 46 additions and 7 deletions

View file

@ -101,7 +101,8 @@ return require('packer').startup(function(use)
use 'unblevable/quick-scope'
use 'airblade/vim-rooter'
use 'kevinhwang91/rnvimr'
use 'mhinz/vim-startify'
-- use 'mhinz/vim-startify'
use 'glepnir/dashboard-nvim'
use 'metakirby5/codi.vim'
use 'psliwka/vim-smoothie'
use 'moll/vim-bbye'
@ -117,6 +118,7 @@ return require('packer').startup(function(use)
use 'tpope/vim-sleuth'
use 'sheerun/vim-polyglot'
use 'monaqa/dial.nvim'
use 'MattesGroeger/vim-bookmarks' -- Look for more up to date version of this
-- TODO put this back when stable for indent lines
-- use { 'lukas-reineke/indent-blankline.nvim', branch = 'lua'}