-
I have boiled my vimrc down to include these two plugins using dein:
if dein#load_state(expand('~/.config/nvim/dein'))
call dein#begin(expand('~/.config/nvim/dein'))
call …
-
I use the following command to test a ts file.
`vim --startuptime startup.report myts.ts`
and found the following outputs:
```
387.760 000.057 000.057: sourcing /Users/zhaochy/.vim/plugged/tsu…
-
## [Help Maintain Vundle](https://github.com/VundleVim/Vundle.vim/issues/383)
## Quick Start
1. Introduction:
Installation requires [Git] and triggers [`git clone`] for each configured rep…
-
I am working on a MacOSX I used the key binding mapped to C-space for calling omni complete for other file types like python. But just doing "inoremap "
doesn't cut it. I have to say inoremap which…
-
```
What steps will reproduce the problem?
Mouse over a method name in Ruby code that triggers the ballooneval tooltip to
display.
What is the expected output? What do you see instead?
Should show…
-
Some editors (like vim) recreate the text file when saving changes. This leads to undesired behavior of FaustLive to switch to its copy of the file instead of the changed original.
I don't have a sol…
cbix updated
9 months ago
-
LunarVim can't find a package named "clangd". This is what I get upon running `lvim test.c`:
```
Installation in progress for [clangd]
Error detected while processing BufReadPost Autocommands for "…
-
Vader test files use shiftwidth and tabstop of 2. Vim's default is 8. So if you test something that relies on virtual columns (e.g., idbrii/textobj-word-column.vim/issues/1), you get incorrect results…
-
- [X] I have fzf 0.23.0 or above
- [x] I have read through https://github.com/junegunn/fzf.vim/blob/master/README.md
- [x] I have read through https://github.com/junegunn/fzf/blob/master/README-VIM.…
-
### Problem Statement
I recently setup this plugin for debugging JUnit tests with [vscode-java-test](https://github.com/microsoft/vscode-java-test), and ran into an issue following [the instruction…