Questions tagged [lunarvim]
25 questions
0
votes
1 answer
How to Update LSP in Lunarvim?
I want to update the LSP in LunarVim and I think it is not :LspUpdate.
It would be a great help if I get a command to update all LSP servers.
Tried using :LspUpdate

Shrikrishna Bhat
- 1
- 1
0
votes
1 answer
when I install brew,the terminal showed zsh: parse error near `JIA/.zprofile'
When I'm trying to install homebrew on my M1 mac, it shows zsh: parse error near `JIA/.zprofile'
I ran
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Then the terminal displays
zsh: parse error near…

Yunnus Jia
- 3
- 5
0
votes
1 answer
How do I hide this message while typing in Neovim?
When I type this annoying line appears and hides what I'm writing
image 1

Abdelrahman Shaheen
- 23
- 1
- 5
0
votes
1 answer
How to select a Python virtual environment in LunarVim
I want to select a Python virtual environment for each of my different Python projects within LunarVim. In VSCode this would be "F1 -> Select Python Interpreter". How can I do this in LunarVim?

stefan
- 658
- 2
- 9
- 31
0
votes
1 answer
How do I run a single python test with nvim-dap?
This is my config for lunarvim, I wanted to run be able to hover and run a single test.
Also how do I set the project command that I want to run if for instance it's a django project? At the moment it's just trying to run the current file
--…

Axeltherabbit
- 680
- 3
- 20
0
votes
0 answers
problem on opening lvim using the termux-file-editor file
i'm trying to use lvim inside the "termux-file-editor" file but when i try to open it with any file, it gives this error message (see the screenshot).
The code:
#!/usr/bin/bash/
lvim ${1}
the error
i tried executing the lvim in multiple ways like:…
0
votes
1 answer
How to get rid of automatic type annotations in LunarVim from Haskell Language Server?
I use LunarVim for editing Haskell code. Automatic type and import hints are quite annoying. How to turn them off?
For example, after the import Text.ParserCombinators.Parsec import, the following hint is automatically showed right after import…

Natalya M.
- 35
- 4
0
votes
1 answer
LunarVim How to move tabs using tabmove command
I'm trying to move my tabs with tabmove - but lvim is saying E475 Invalid argument -
What might the problem? What should I use instead?
Thanks

Rafael Mora
- 1,095
- 2
- 13
- 21
0
votes
2 answers
How do you copy text from a diagnostic float window in Neovim/Lunarvim?
I'm on Lunarvim and I can check the line diagnostic with gl.
But I don't know how to go there with the cursor and copy the text, the mouse doesn't work either.

Axeltherabbit
- 680
- 3
- 20
0
votes
1 answer
lunarvim - javascript LS Inactive. How do I activate the language server for javascript?
Just installed lunarvim and testing the LSP feature. if I create a python file, looks like "pyright" is used as the language server. If I create a test javascript file like "test1.js", I see at the bottom right hand corner "LS Inactive". Is there…

ThomasDKim
- 305
- 3
- 14