Giter Club home page Giter Club logo

Comments (4)

natecraddock avatar natecraddock commented on May 29, 2024

Hey! The name, path, and state (in the case of renaming) are passed into all hook functions. See https://github.com/natecraddock/workspaces.nvim/blob/master/lua/workspaces/init.lua#L106

You should be able to access it as the second parameter to your hook function. If that doesn't work, please share the hook you are trying to make so I can help debug.

from workspaces.nvim.

DeeGeeMan avatar DeeGeeMan commented on May 29, 2024

I am getting a nil value when referencing the path parameter:

require("workspaces").setup({
    global_cd = true,
    hooks = {
      open = function(hooks, name, path, state)
        print("path: ", path)
...

Code:
image

from workspaces.nvim.

natecraddock avatar natecraddock commented on May 29, 2024

I just tried this again. I used the telescope picker, the :WorkspacesOpen <name> and the :WorkspacesOpen (opens the vim select UI) with the following config

open = {
  function(name, path)
    print(name, path)
  end
}

And in all cases the workspace name and path were printed. I'm struggling to think of any other situation in which the workspace would be opened and the path not found. Maybe there was an error when your workspace was created and it is going unnoticed? Could you give me any more context on an example name and path that this is failing for you?

from workspaces.nvim.

natecraddock avatar natecraddock commented on May 29, 2024

I'm going to close this because I can't replicate the issue. Please comment if you still need help!

from workspaces.nvim.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.