diff options
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'} |