From 07aa44b52350145b729970c8534008c0dda596cc Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Wed, 6 Dec 2023 15:28:30 +0100 Subject: [PATCH] Add Aerial vim plugin --- vim/lua/pack/setup.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vim/lua/pack/setup.lua b/vim/lua/pack/setup.lua index f13ce07..e1b2575 100644 --- a/vim/lua/pack/setup.lua +++ b/vim/lua/pack/setup.lua @@ -22,6 +22,11 @@ use { }; config = require 'pack.setup.neotree'; }; + { + "stevearc/aerial.nvim", config = function() + require("aerial").setup() + end + }; { 'jinh0/eyeliner.nvim', config = function() require('eyeliner').setup { highlight_on_key = true;