neovim update

This commit is contained in:
RafayAhmad 2026-09-02 17:51:09 +05:00
parent 6b5e170196
commit f469da3be2
Signed by: RafayAhmad
SSH key fingerprint: SHA256:WURX8viobA1uawb4dWM3LqYrY+XPcZcXhAXAlrYdhtE
3 changed files with 13 additions and 1 deletions

View file

@ -10,6 +10,7 @@ local servers = {
cssls = {},
-- vtsls = {},
ts_ls = {},
denols = {},
prismals = {},

View file

@ -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
}
}