Files
neovim-config/lua/plugins/ansi-escape.lua
T
rootiest 2807567e34 🖍️ Plugin and Theme Formatting
- Formatting cleanup
2024-07-12 21:39:48 -04:00

9 lines
299 B
Lua

-- -----------------------------------------------------------------------------
-- ------------------------------- ANSI-escape ---------------------------------
-- -----------------------------------------------------------------------------
return {
"vim-scripts/AnsiEsc.vim",
lazy = true,
}