diff --git a/lua/plugins/misc.lua b/lua/plugins/misc.lua index 636fd43..33ff890 100644 --- a/lua/plugins/misc.lua +++ b/lua/plugins/misc.lua @@ -21,13 +21,6 @@ return { dependencies = { 'nvim-lua/plenary.nvim', 'neovim/nvim-lspconfig' }, opts = {}, }, - { - -- Autoclose parentheses, brackets, quotes, etc. - 'windwp/nvim-autopairs', - event = 'InsertEnter', - config = true, - opts = {}, - }, { -- Highlight todo, notes, etc in comments 'folke/todo-comments.nvim',