Coder Social home page Coder Social logo

Comments (7)

pidgeon777 avatar pidgeon777 commented on August 17, 2024 1

Now it seems to have properly loaded. Great work.

I'll test it right now.

from navigator.lua.

ray-x avatar ray-x commented on August 17, 2024 1

Hi, @pidgeon777
Can you confirm the issue been solved in the latest version?

from navigator.lua.

pidgeon777 avatar pidgeon777 commented on August 17, 2024

Also referenced here:

LunarVim/LunarVim#482

from navigator.lua.

ray-x avatar ray-x commented on August 17, 2024

It seems navigator failed to handle pathname in windows. (I am not using windows ATM)
Could you help me check the following output in your neovim cmd

: lua print(vim.fn.expand("$HOME"))

My output is /User/rayx

And this:
: lua print(vim.fn.expand("$HOME") .. "/.config/nvim")

My output is /User/rayx/.config/nvim

And this:
lua print(vim.fn.isdirectory(vim.fn.expand("$HOME") .. "/.config/nvim"))

My output is 1

Also this
: lua print(vim.fn.stdpath('config'))

I doubt that windows may output sth total different

Also add some code may help prevent error throw. Please update the plugin as well.

from navigator.lua.

pidgeon777 avatar pidgeon777 commented on August 17, 2024

Thanks for the prompt reply:

lua print(vim.fn.expand("$HOME")):

C:\Users\Myusername

My output is /User/rayx

lua print(vim.fn.expand("$HOME") .. "/.config/nvim"):

C:\Users\Myusername/.config/nvim

My output is /User/rayx/.config/nvim

lua print(vim.fn.isdirectory(vim.fn.expand("$HOME") .. "/.config/nvim"))

0

My output is 1

lua print(vim.fn.stdpath('config'))

C:\Users\Myusername\AppData\Local\nvim

Also add some code may help prevent error throw. Please update the plugin as well.

I didn't understand what actions I should take for doing as you suggested.

from navigator.lua.

ray-x avatar ray-x commented on August 17, 2024

run:

: PackerUpdate

That will allow you update all plugins

from navigator.lua.

pidgeon777 avatar pidgeon777 commented on August 17, 2024

Thank you @ray-x , this issue has been solved, I had a chance to do more testing and I found some other issues which I just reported.

from navigator.lua.

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.