common: add autopairs

This commit is contained in:
Matej Janezic 2023-03-29 13:58:18 +02:00
parent b675c31d73
commit 1188edd17a
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 3 additions and 0 deletions

View File

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