Giter Club home page Giter Club logo

Comments (2)

hatute avatar hatute commented on June 8, 2024 1

@natecraddock
Yea! Thank you for your explanation and it works with "slash".
I want to say, the function of "util.path.seq" is very useful, especially for multi-os situation.

from workspaces.nvim.

natecraddock avatar natecraddock commented on June 8, 2024

So the issue here is that util is something I use internally in workspaces. You can totally access it if you want (require "workspaces.util"), but you likely just want to use the / character in place of util.path.sep. The full line would be:

path = vim.fn.stdpath("data") .. "/workspaces",

But you really don't need to pass in any config if you aren't modifying anything. You don't even need to run the setup() function! The only reason you need the setup is to modify the default settings. The only config that most people touch is hooks, which can be done by following the examples at the bottom of the readme. So if you want to setup hooks, or change the defaults you need the setup function.

Let me know if that works! And it's really my bad here, for leaving the util.path.sep, that would be confusing! I'll update the readme.

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.