common: add autopairs
This commit is contained in:
parent
b675c31d73
commit
1188edd17a
|
@ -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 = {} },
|
||||
|
||||
|
|
Loading…
Reference in New Issue