From e53c443c7146cbf487bd620cf5198f9249f446cf Mon Sep 17 00:00:00 2001 From: Zach Berwaldt Date: Tue, 26 Sep 2023 12:31:07 -0400 Subject: fix conflict with glow --- lua/zberwaldt/packer.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/zberwaldt/packer.lua b/lua/zberwaldt/packer.lua index 12f85ea..34f0ecb 100644 --- a/lua/zberwaldt/packer.lua +++ b/lua/zberwaldt/packer.lua @@ -35,4 +35,5 @@ return require('packer').startup(function(use) } use('vimwiki/vimwiki') use('github/copilot.vim') + use {"ellisonleao/glow.nvim", config = function() require("glow").setup() end} end) -- cgit v1.1