nvim: add AnsiEsc

This commit is contained in:
tastytea 2022-08-24 03:56:08 +02:00
parent e7fd1c8714
commit ccb46e9851
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM

View File

@ -38,6 +38,7 @@ require('packer').startup(function(use)
'https://github.com/folke/todo-comments.nvim', 'https://github.com/folke/todo-comments.nvim',
requires = { 'https://github.com/nvim-lua/plenary.nvim' } requires = { 'https://github.com/nvim-lua/plenary.nvim' }
} }
use { 'https://github.com/powerman/vim-plugin-AnsiEsc' }
-- completion -- completion
use { use {