aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/editing.lua
blob: 44f74c689b837fbd0188d7a0060f8d1f594c4a5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
return {
  { "tpope/vim-repeat" },
  { "tpope/vim-surround" },

  {
    "romainl/vim-cool",
    event = "VeryLazy",
  },

  {
    "windwp/nvim-autopairs",
    event = "InsertEnter",
    config = true,
  },

  {
    "windwp/nvim-ts-autotag",
    event = "InsertEnter",
  },
}