diff options
author | Chris <[email protected]> | 2021-03-21 22:40:26 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2021-03-21 22:40:26 -0400 |
commit | b67c80c70ca15a81894d99713116513b5fd8c62d (patch) | |
tree | b2487d6217fe223552b6d5ba7fff56dc2bfc3a28 /lua/plugins.lua | |
parent | 23e7663aa4e19cfa8c9359694de748a92a22c9e6 (diff) |
replace startify with dashboard
Diffstat (limited to 'lua/plugins.lua')
-rw-r--r-- | lua/plugins.lua | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lua/plugins.lua b/lua/plugins.lua index 3366aabb..4e49f898 100644 --- a/lua/plugins.lua +++ b/lua/plugins.lua @@ -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'} |