neovim update
This commit is contained in:
parent
6b5e170196
commit
f469da3be2
3 changed files with 13 additions and 1 deletions
|
|
@ -22,4 +22,15 @@ return {
|
|||
end
|
||||
},
|
||||
'HiPhish/rainbow-delimiters.nvim',
|
||||
{
|
||||
'0xferrous/ansi.nvim',
|
||||
config = function()
|
||||
require('ansi').setup({
|
||||
auto_enable = true, -- Auto-enable for configured filetypes
|
||||
auto_enable_stdin = true, -- Auto-enable for piped stdin content
|
||||
filetypes = { 'log', 'ansi' },
|
||||
theme = 'catppucin',
|
||||
})
|
||||
end
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue