From 05f9c239f23f3eb6ef24fb90d3fde4aa07e87cab Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Wed, 10 Nov 2021 21:32:54 -0500 Subject: [PATCH] Add a few things --- init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 9f57cdc..b3c82ea 100644 --- a/init.lua +++ b/init.lua @@ -1,4 +1,4 @@ --- TODO: switch to a more lua friendly plugin manager +--TODO: switch to a more lua friendly plugin manager local set = vim.opt require('packer').startup(function() use 'wbthomason/packer.nvim' @@ -18,6 +18,8 @@ require('packer').startup(function() use 'andweeb/presence.nvim' use 'tpope/vim-fugitive' use 'SmiteshP/nvim-gps' + use 'folke/todo-comments.nvim' + use 'dstein64/vim-startuptime' end) set.termguicolors = true set.mouse = 'a'