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