You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: repositories/neovim/issues/14752.json
+55-3Lines changed: 55 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,13 +6,65 @@
6
6
"body": "It would be nice if `winwidth` were a global-local option. This would allow me to have a regular preferred width for my windows while still ensuring that when I navigate to a window with a buffer with a filetype that uses wider margins (e.g., where the style is for 90 or 100 chars wide instead of 80) I will be able to view the full contents.",
7
7
"closed_at": null,
8
8
"closed_by": null,
9
-
"comment_data": [],
10
-
"comments": 0,
9
+
"comment_data": [
10
+
{
11
+
"author_association": "NONE",
12
+
"body": "Anything on this ? I'm happy to pick this up as my first contribution. ",
"body": "### Neovim version (nvim -v)\n\n0.6.1\n\n### Vim (not Nvim) behaves the same?\n\nn/a\n\n### Operating system/version\n\nmac os 11.6.2\n\n### Terminal name/version\n\niTerm2\n\n### $TERM environment variable\n\nxterm-256color\n\n### Installation\n\nbrew install neovim\n\n### How to reproduce the issue\n\n:checkhealth provider results in\r\n## Python 3 provider (optional)\r\n - INFO: Using: g:python3_host_prog = \"/usr/local/bin/python3.9\"\r\n - WARNING: No Python executable found that can `import neovim`. Using the first available executable for diagnostics.\r\n - INFO: Executable: Not found\r\n\n\n### Expected behavior\n\nTo find my installed python3:\r\n\r\n➜ ~ which python3\r\n/Library/Frameworks/Python.framework/Versions/3.10/bin/python3\r\n\r\n➜ ~ file /Library/Frameworks/Python.framework/Versions/3.10/bin/python3\r\n/Library/Frameworks/Python.framework/Versions/3.10/bin/python3: Mach-O universal binary with 2 architectures: [x86_64:Mach-O 64-bit executable x86_64] [arm64:Mach-O 64-bit executable arm64]\r\n/Library/Frameworks/Python.framework/Versions/3.10/bin/python3 (for architecture x86_64):Mach-O 64-bit executable x86_64\r\n/Library/Frameworks/Python.framework/Versions/3.10/bin/python3 (for architecture arm64):\tMach-O 64-bit executable arm64\n\n### Actual behavior\n\n:checkhealth provider results in\r\n## Python 3 provider (optional)\r\n - INFO: Using: g:python3_host_prog = \"/usr/local/bin/python3.9\"\r\n - WARNING: No Python executable found that can `import neovim`. Using the first available executable for diagnostics.\r\n - INFO: Executable: Not found ",
"body": "For me, I was using pipx so:\n```\n-- path returned by `which pynvim-python` after installing `pipx install pynvim`\nvim.g.python3_host_prog = '~/.local/share/../bin/pynvim-python'\n```",
0 commit comments