aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/init.lua
blob: 58c85f094ee77552a63b12ebf5dc8385168700e8 (plain)
1
2
3
4
5
6
7
8
return {
  "folke/neodev.nvim",
  "folke/which-key.nvim",
  { "folke/neoconf.nvim", cmd = "Neoconf" },
  "mbbill/undotree",
  "xiyaowong/transparent.nvim",
}