大众CC优惠高达31500元 首付低至3成起【图】
27 questions
0
votes
1
answer
192
views
Working with multiple git branches of Neovim config
I am working with multiple NVim configs through multiple git branches but it appears to be broken like it doesn't update the config after I switch branch and restart Neovim. Restarting my computer ...
0
votes
1
answer
469
views
Why is my AppData folder not indexed by Telescope and how can I fix it simply?
I could not find help with Google nor ChatGPT. Maybe there's something wrong with my telescope config?
2
votes
0
answers
2k
views
How can I wrap LSP errors?
I have checked this post but the answer does not work for me. It is also quite old and archived.Basically I tried a big bunch of vim.lsp.util commands but none of them were recognized.
http://www....
0
votes
0
answers
247
views
How to make columns number display properly in Neovim's airline?
Resizing the window doesn't help, but when I use neovim-qt, I can see the columns number without issues. I am using Manjaro Linux, Plasma 5.25.5, konsole terminal.
0
votes
0
answers
1k
views
Getting Server languageserver.ccls failed to start: error, when ever I open cpp file inside neovim
I get the following error:
Server languageserver.ccls failed to start: Launching server "languageserver.ccls" using command ccls failed.
I have installed coc-ccls, and I have pasted this ...
1
vote
0
answers
426
views
How to add a new buffer to opening nvim-qt instead of opening a new instance on Windows?
I have set up nvim-qt version 0.6 on my Windows 10 to use it instead of Notepad++. And when I double-click on a file, a new nvim-qt instance will open. But now, what I want is if I double-click on a ...
2
votes
2
answers
187
views
Make `%!` work in windows
I am on windows natively with neovim-qt .
I tried to use %!python -m json.tool on a valid json file .
It says Expecting value: line 1 column 1 (char 0) .
In powershell : cat .\graphs.json | python -m ...
0
votes
1
answer
242
views
Why vim creates an extra last line when importing a template?
My init.vim code:
autocmd BufNewFile *.cpp 0r C:\Users\User\Desktop\cp\Template.cpp
When i create a .cpp file, Template.cpp code is imported in that cpp file.
upto this point, everything is fine.
...
0
votes
0
answers
2k
views
Increment or Decrement font in a neovim GUI?
I have crawled around forums and didn't found an answer which suits my needs. I want to use Neovim in a GUI, but not being able to change the font size on the fly with a keypress is a complete ...
10
votes
2
answers
9k
views
Git bash / Neovim not working
I'm trying to get Neovim to work in Git bash. When I type nvim in cmd, everything works as expected and it opens Neovim, when I do the same in the Git bash, the whole editor just turns blank until I ...
2
votes
1
answer
3k
views
How to use colored icons for autocomplete menu nvim.coc?
I am using neovim-qt for typescript react development. From last week I am configuring my neovim. I have configured coc.nvim which is giving pretty good autocompletion. I wanted to add icons for ...
0
votes
0
answers
511
views
Remapping the menu key in Neovim-Qt
I would like to map the menu key (aka application key) on my keyboard to various behaviors in Vim, but in Neovim-Qt on Windows 7, Vim does not recognize presses of the menu button. For example, when I ...
7
votes
4
answers
10k
views
Portable Neovim. How to change default data folder? How to avoid registry entries?
I'm trying to make a protable Neovim so I can use my plug&play IDE from a USB thumbdrive on any offline Windows computer.
I managed to store my plugins and my sysinit.vim onto the USB drive and ...
2
votes
2
answers
6k
views
Portable NeoVIM configuration / Folder confusion
I'm attempting to create a portable Neovim configuration for Windows. I'm a bit confused about all the directories. Maybe someone can shed a little light on me :)
So I downloaded a pre-built archive ...
2
votes
0
answers
532
views
Using Nvim-Qt colors with regular Vim
I have been using nvim-qt and I like it.
However I want to switch to regular nvim, but like other users I have had trouble with it.
So then I thought maybe I will just use plain vim. The issue is ...