From 1ef610dda015e1dd5e8d018dfcf4d378a63fe197 Mon Sep 17 00:00:00 2001 From: Squibid Date: Sun, 26 Feb 2023 16:21:26 -0500 Subject: moar plugins + make glow actually work --- lua/core/plugins.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lua') diff --git a/lua/core/plugins.lua b/lua/core/plugins.lua index 3c85471..4dd8e38 100644 --- a/lua/core/plugins.lua +++ b/lua/core/plugins.lua @@ -77,6 +77,11 @@ require('lazy').setup{ { 'folke/todo-comments.nvim', config = true, }, -- + -- project stuff + { 'sindrets/diffview.nvim', config = true }, + { 'notjedi/nvim-rooter.lua', config = true }, + -- + -- notes { 'jbyuki/venn.nvim' }, { 'nvim-neorg/neorg', @@ -87,7 +92,7 @@ require('lazy').setup{ { 'shortcuts/no-neck-pain.nvim', version = '*', }, - { 'ellisonleao/glow.nvim' }, + { 'ellisonleao/glow.nvim', config = true }, { 'Pocco81/high-str.nvim' }, -- -- cgit v1.2.1