From b9aea22ad7e0d7cebecfa27704ebc8f5c46cd51e Mon Sep 17 00:00:00 2001 From: rootiest Date: Wed, 10 Jul 2024 12:36:07 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Ansi-Escape=20Script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Allows interpreting of ANSI-escaped text --- lua/plugins/ansi-escape.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 lua/plugins/ansi-escape.lua diff --git a/lua/plugins/ansi-escape.lua b/lua/plugins/ansi-escape.lua new file mode 100644 index 0000000..963c916 --- /dev/null +++ b/lua/plugins/ansi-escape.lua @@ -0,0 +1,4 @@ +return { + 'vim-scripts/AnsiEsc.vim', + lazy = true, +} \ No newline at end of file