summaryrefslogtreecommitdiff
path: root/neovim/.config/nvim/lua/plugins/venv_selector.lua
blob: 0e4fb303fd8acfc1ecb392cab57d7f5d1030d882 (plain)
1
2
3
4
5
6
7
8
9
10
return {
  {
    'linux-cultist/venv-selector.nvim',
    branch = 'regexp',
    opts = {},
    keys = {
      { ',v', '<cmd>VenvSelect<CR>', desc = 'VenvSelect' },
    },
  },
}