-
### Issue
When I try to execute `:help jedi-vim` I obtain `E149: Sorry, no help for jedi-vim`. I've installed this plugin via Git inside `/home/emilyseville7cfg/.vim/pack/completion/start/jedi-vim`…
-
## Expected behavior
a PDF preview with SumatraPDF should pops out
## Actual behavior
I encounter the following error
Error detected while processing function 13_StartPreview: …
-
Hi,
`set exrc` allows to read per-project `.vimrc` files. Since Vim configuration files are really versatile and can run any random shell command, you want to use it together with `set secure`. But t…
Jehan updated
4 years ago
-
### Output of `vim --version` or `nvim --version`
```
VIM - Vi IMproved 8.1 (2018 May 18, compiled Feb 01 2022 09:16:32)
Included patches: 1-2269, 3612, 3625, 3669, 3741
Modified by team+vim…
-
After installing merlin:
$ opam list --installed | grep -F merlin
merlin 3.0.5 Editor helper, provides completion, typing and source
I configured vim with:
$ opam u…
-
Fixed on branch: https://git.netizen.se/ale/commit/?h=fix/lua-language-server_docs
## Information
**VIM version**
```
% dpkg --list vim-gtk3 | sed -n 's/^ii\s*\(\S*\s*\S*\).*/\1/p'
vim-gtk3…
-
### What did you do? (required: The issue will be **closed** when not provided)
1. create a new empty project, initialize with `go mod init`
2. create a new `main.go` file with following-like co…
-
- [ ] [Bash Language Server](https://github.com/bash-lsp/bash-language-server/blob/main/README.md?plain=1)
# Bash Language Server
Bash language server that brings an IDE-like experience for bash scr…
-
so it's hard to remember that files were generated by templates, or alts, obviously the simplest way to remember is to put a comment at the top. What would be nice is a `yadm edit` command. It should …
-
### What did you do? (required: The issue will be **closed** when not provided)
```golang
package main
import (
"fmt"
"time"
)
func main() {
now := time.Now()
…