Git Product home page Git Product logo

Comments (4)

justinmk avatar justinmk commented on May 18, 2024

@joshaw Thanks for the report, I've noticed some quirks on Windows too, though it's been solid for several months. I have been waiting until I migrate to non-dictionary functions in the plugin source, to make step-by-step debugging possible. I'll take this as motivation to do that now.

My vimrc is in a folder called vimfiles, which itself is a symlink

By symlink to you mean a windows junction (?) created by mklink?

.vim/ folder (so I can use the same folder for Windows/Cygwin/Linux.

I used to do that too, now I just do this:

  if has('vim_starting') && s:is_windows
    set runtimepath+=~/.vim/
  endif

No need for symlinks now, _vimfiles/ is just a bad memory.

Glad you like the plugin!

from vim-dirvish.

joshaw avatar joshaw commented on May 18, 2024

I did use mklink but the documentation says

MKLINK [[/D] | [/H] | [/J]] Link Target
        /D      Creates a directory symbolic link.  Default is a file symbolic link.
        /J      Creates a Directory Junction.

and I used /D without /J, so not entirely sure what I've created.

No need for symlinks now

I have tried that in the past, but I like to keep my vimrc and nvimrc files inside the .vim folder to make version control easier, so there'd need to be symlinks somewhere, either between files, or folders.

I've been playing around with making my own directory browser (simply because. Also I enjoy stripping plugins back to the absolute basics while still being functional) navd (for want of a better name) which is implemented very naively, but I haven't yet run into any issues, it seems to "just work". I don't know why dirvish might have problems where I didn't, but thought it worth pointing out.

Cheers.

from vim-dirvish.

LemonBoy avatar LemonBoy commented on May 18, 2024

It seems the latest commits (one of the two most recent ones) made dirvish fail with this error when opening any folder.
I've currently frozen the plugin at the revision ae206266555ff3e81db9f45fa54dbcb3a1a07a49, the latest version that doesn't trigger this bug.

from vim-dirvish.

justinmk avatar justinmk commented on May 18, 2024

Thanks, I noticed it too on some systems. Though windows gvim works perfectly now.

from vim-dirvish.

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.