summaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/editor.lua
blob: 21f5cdf1bdf188a684b538008ab6be7a554fd9df (plain)
1
2
3
4
5
6
return {
  { "kylechui/nvim-surround", event = "VeryLazy", opts = {} },
  { "numtostr/comment.nvim", event = "VeryLazy", opts = {} },
  { "simrat39/rust-tools.nvim", ft = "rust", opts = {} },
}