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