Questions tagged [lunarvim]
LunarVim is a Vim distribution. It is pre-configured but user-extensible.
12 questions
1 vote
0 answers
1k views
How can I get mypy working in Vim, Neovim or LunarVim?
I'm using LunarVim. And I want to use mypy in it, but don't know how to configure it. I think that I need to know first if mypy works like pyright, like dynamically. I removed pyright and I want to ...
1 vote
1 answer
52 views
Paste and enter insert mode at the beginning of line, terminal bash Lunarvim
When editing a text file, p and I pastes what I copied and gets me to enter insert mode at the beginning of line. But in terminal (executed by term bash) this not works. p pastes somthing, but I or i ...
1 vote
0 answers
877 views
How to have automatic function parameter hint popup in NeoVim ( LunarVim ) with pyright LSP?
Greetings NeoVim version: NVIM v0.9.5. I have recently installed NeoVim, with LunarVim configuration on top. My LSP is Pyright. Everything about the LSP and configuration is great, but everytime I'm ...
0 votes
1 answer
2k views
Neovim: external C++ Library Header file parsing not working
I am using Neovim (LunarVim IDE layer), I want to work with 'openFrameworks' library. To not get linter warning on header file includes (look at example below), I am adding all possible header files ...
0 votes
0 answers
349 views
How to add fonts/icons to a remote terminal running on ubuntu vm?
I am using lunar vim, and want to add icons to a remote terminal running on ubuntu vm. Is this possible? On vm, output of echo $TERM is xterm-256color. I tried the steps given here https://www....
2 votes
1 answer
6k views
How to install LunarVim on Windows?
I am installing LunarVim on Windows using the official docs available at: https://www.lunarvim.org/docs/installation I run: bash <(curl -s https://raw.githubusercontent.com/lunarvim/lunarvim/master/...
2 votes
1 answer
878 views
How to copy the output from vim command line?
I use lunarvim. I want to get the version of the it to a file. I read this link: redirect vi command output to a file I tried this command: :redir > vim.output | LvimVersion | redir END But I get ...
1 vote
1 answer
628 views
How can I restore the behavior where h and l stopped at the beginning and end of the line?
After quite some time of using Vim I wanted to switch to NeoVim and set it up with more IDE-like features. So I googled and took the first thing I found (LunarVim/nvim-basic-ide/), thinking I could ...
1 vote
0 answers
984 views
neovim - unable to setup gopls integration
I have configured my neovim editor using this link (https://github.com/LunarVim/Neovim-from-scratch). I have run LspInstallInfo and installed gopls successfully here. However, when I open type of ...
3 votes
1 answer
2k views
$VIMINIT conflicts for neovim and vim
Repost from stackoverflow after suggestion I am trying to move from vim to neovim. I have a strange problem. I have, in my .bashrc, exported $VIMINIT to .config/vim/vimrc so that vim files like ....
2 votes
1 answer
4k views
How to config to get good splash screen with Ascii Art or maybe a picture like Lunarvim and Spacevim?
I see in Lunarvim and Spacevim have the same appearance when is opened. Did they use the same plugin or have special configuration? Currently, I'm using Vim8.2. You can help me by showing your ...
3 votes
1 answer
2k views
How to set the diagnostic level for neovim lsp
By default the lsp has set the diagnosticLevel to Hints, i wanna set this to information level. I tried looking at various places but couldn't find much. I am using LunarVim config if that gives extra ...