question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature request] support python3_host_prog

See original GitHub issue

:h python3_host_prog, I have this global variable set and installed ranger-fm, pynvim within. But this interpreter is not chosen by rnvimr without activating this very interpreter manually.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
kevinhwang91commented, Apr 19, 2021

My bookmark file is ~/.config/ranger/bookmarks. I did a search of keyword “bookmarks” in my ranger configs. Turns out this place is not a custom location defined by me. It should be a standard place supported by ranger. No idea why it’s not preferred over ~/.local/share/ranger/bookmarks within rnvimr, although it takes precedence over the one in ~/.local/share/... outside neovim.

I put the bookmarks under ~/.config/ranger cause I wanna the bookmark file collected to my dotfile. Um, I’ll make ~/.local/share/ranger/bookmarks as a symlink for a temp solution.

Please check out https://github.com/ranger/ranger/blob/905298d3dcd1fcb3f4c25d88c2584cd2cc46c838/ranger/core/fm.py#L306-L314

This plugin proxy confdir to load its library and load default confdir later, I think this is a bug for rnvimr, we should change confdir after loading default confdir. I will fix it later.

0reactions
kevinhwang91commented, Apr 19, 2021

@laggardkernel Code is updated, I think you can delete your linked file.

Read more comments on GitHub >

github_iconTop Results From Across the Web

[Feature Request] Add support for Python 3.9 #1062 - GitHub
Feature Request Add support for Python 3.9 Motivation Python 3.9 is available. We should consider supporting it.
Read more >
Python's Requests Library (Guide)
In this tutorial on Python's "requests" library, you'll see some of the most useful features that requests has to offer as well as...
Read more >
Advanced Usage — Requests 2.28.1 documentation
This document covers some of Requests more advanced features. Session Objects¶. The Session object allows you to persist certain parameters across requests. It ......
Read more >
Ability to install Python libraries on an Elixir service - Render
We're using an Elixir service to host our Phoenix app. We need to make use of some Python libraries, ideally we want to...
Read more >
A Beginner's Guide to HTTP Python Requests - SitePoint
Learn how HTTP web requests are structured, and how to make a Python request — with the help of the Python requests library....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found