jinzhongjia/PS_manager.nvim

github github
pluginproject
star 5
alert-circle 0
users 1
git-branch 0
CREATED

2023-01-26

UPDATED

2 months ago


🗄️PS_manager

Auto change pwd in projects, support multiple projects, as vscode workspace.

Denpendences

  • telescope

Usage

Config

require("PS_manager").setup({
-- default config
    datapath = vim.fn.stdpath("data"),
    projects = {
        -- "/home/jin/code/project1",
        -- "/home/jin/code/project2",
    },
})

You can edit the project file in ~/.local/share/nvim/PS_manager/project

Telescope

local telescope=require("telescope")
telescope.load_extension("PS_manager") -- this will register a commamd call `Telescope PS_manager`

Todo

These are my ideas about this repository.

  • session manager

    I think session manager should unite with project manager.

Preview

preview