config.nvim

NeoVim config
git clone git://popovic.xyz/nvim.config.git/
Log | Files | Refs

autorepair.lua (131B)


      1 return {
      2   "windwp/nvim-autopairs",
      3   event = "InsertEnter",
      4   config = true,
      5   disable_filetype = { "TelescopePrompt", "vim" },
      6 }