common: add autopairs

This commit is contained in:
2023-03-29 13:58:18 +02:00
parent b675c31d73
commit 1188edd17a

View File

@@ -32,6 +32,9 @@ return {
-- colorize in files
{ 'norcalli/nvim-colorizer.lua', opts = {} },
-- autopairs on newline
{ 'windwp/nvim-autopairs', opts = {} },
-- highlighting for comments
{ 'folke/todo-comments.nvim', dependencies = 'nvim-lua/plenary.nvim', opts = {} },