Skip to main content

Questions tagged [lunarvim]

LunarVim is a Vim distribution. It is pre-configured but user-extensible.

1 vote
0 answers
1k views

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 ...
IntrepidElf's user avatar
1 vote
1 answer
52 views

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 ...
Crispy13's user avatar
  • 113
1 vote
0 answers
877 views

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 ...
KhodeNima's user avatar
  • 171
0 votes
1 answer
2k views

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 ...
vishalpaudel's user avatar
0 votes
0 answers
349 views

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....
HarshvardhanSharma's user avatar
2 votes
1 answer
6k views

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/...
Syed M. Sannan's user avatar
2 votes
1 answer
878 views

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 ...
lizhe's user avatar
  • 147
1 vote
1 answer
628 views

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 ...
obvg's user avatar
  • 13
1 vote
0 answers
984 views

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 ...
Mopparthy Ravindranath's user avatar
3 votes
1 answer
2k views

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 ....
Abhinav Kulshreshtha's user avatar
2 votes
1 answer
4k views

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 ...
Pham Hung's user avatar
  • 153
3 votes
1 answer
2k views

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 ...
AXVin's user avatar
  • 31