diff --git a/lua/dot013/plugins/ide.lua b/lua/dot013/plugins/ide.lua index 6746cf1..030b43b 100644 --- a/lua/dot013/plugins/ide.lua +++ b/lua/dot013/plugins/ide.lua @@ -158,4 +158,13 @@ return { }) end, }, + + -- Auto closing pairs + { + "nvim-autopairs", + event = "InsertEnter", + after = function() + require("nvim-autopairs").setup() + end, + }, } diff --git a/neovim.nix b/neovim.nix index 1924d41..1c3422b 100644 --- a/neovim.nix +++ b/neovim.nix @@ -37,6 +37,7 @@ lualine-nvim luasnip marks-nvim + nvim-autopairs nvim-dap nvim-dap-go nvim-dap-ui