python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Vim: open a file based on a git command
Goal: map <localleader>n to open "$(git rev-parse --show-toplevel)/notes.md"
I know how to do mappings, and the above git command works fine on the command line. Marrying the two toget...

Jonathan Chukinas
Votes: 0
Answers: 1
How to tell vim's intellephense about phpunit classes and methods etc?
I'm using coc-phpls with coc.nvim on neovim to provide intellephense php language server functionality.
It works well, except when I'm working on phpunit code because phpunit includes a load of symbol...
artfulrobot
Votes: 0
Answers: 1
How to set Neovim+SpaceVim to syntax highlight Hugo (markdown, TOML, Go+HTML, CSS) files?
I am on Manjaro using Neovim and SpaceVim vanilla installations. The editor works fantastically well.
Since I am new to vim-style editing, I do not want to mess my configuration. Yet I'm not very savv...
LobaLuna
Votes: 0
Answers: 0
How to set the left space(left of line numbers) wilder in vim/neovim?
How do I make this space wider?
When my code is not all right, informations will show up here.
Then the width changes all the time.

Nice Chang
Votes: 0
Answers: 1