From d87d6c8d6a4509cec85c4e336256336463f2b1c3 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Tue, 24 Aug 2021 16:11:46 -0700 Subject: [PATCH] Add plugin comments --- neovim/lua/plugins.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/neovim/lua/plugins.lua b/neovim/lua/plugins.lua index fd3dbf4..f73365b 100644 --- a/neovim/lua/plugins.lua +++ b/neovim/lua/plugins.lua @@ -244,6 +244,7 @@ return require('packer').startup(function() --]] use { "hoob3rt/lualine.nvim", + -- configured by dark-notify -- config = function() config_lualine("auto") end, } use {