summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/editor.lua
blob: 4dde1dced71f8d9a04ffbc2aef9819ccbc2759e0 (plain)
1
2
3
4
5
return {
  { "ap/vim-buftabline", event = "VeryLazy" },
  { "kylechui/nvim-surround", event = "VeryLazy", opts = {} },
}