mirror of
https://github.com/LunarVim/LunarVim.git
synced 2025-07-12 10:24:43 +02:00
replace startify with dashboard
This commit is contained in:
parent
23e7663aa4
commit
b67c80c70c
6 changed files with 46 additions and 7 deletions
|
@ -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'}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue