summaryrefslogtreecommitdiff
path: root/.config/nvim-old/lua/config/plugins/uv.lua
blob: 121921bae64bbe8a0210256f792d88062cdae418 (plain)
1
2
3
4
5
6
7
return {
  "benomahony/uv.nvim",
  event = "VeryLazy",
  opts = {
    picker_integration = true,
  },
}