-
In config.toml
```toml
[build]
# Add "single_plugin" to strategy.
# If you specify it, `volt build` puts all scripts into the path specified by 'build.destination'.
strategy = "single_plugin"…
-
## Problem
When adding a Vim plugin, the steps described in the [docs](https://github.com/NixOS/nixpkgs/blob/master/doc/languages-frameworks/vim.section.md#adding-new-plugins-to-nixpkgs-adding-new-…
-
Found whilst running PR build on #494
```
--- FAIL: TestScripts (28.02s)
--- FAIL: TestScripts/scripts (0.00s)
--- FAIL: TestScripts/scripts/rename (1.23s)
testscript.g…
-
List of issues / suggestions for Windows configuration. Action item is to automate these or document them.
- http://vim.wikia.com/wiki/Fix_system_path_for_Vim_launched_from_Windows_7_taskbar
- htt…
-
### Description
I've arrived here because none of the of the shelf options worked out of the box because of Python < 3.10 requirements. I was hoping containerised build might be a possible fix but th…
-
Shell scripts: https://carlosbecker.com/posts/lint-shell-scripts/ and https://github.com/koalaman/shellcheck
Vim: https://github.com/syngan/vim-vimlint or https://github.com/Vimjas/vint
Emacs: h…
-
**Describe the bug**
If I add `let g:repl_python_pre_launch_command = 'source C:/Users/yt75534/Anaconda3/Scripts/activate.bat'`
to my `.vimrc`, then when I open vim I have the following error
![…
-
https://github.com/justinmk/vim-dirvish/blob/e4b3c4b62d0ddb2d24aa8f9fcf3820f6d6de4ebf/ftplugin/dirvish.vim#L20
https://github.com/bounceme/remote-viewer/blob/master/plugin/remotedir.vim#L88
It m…
-
Vundle worked has worked fine, but since a few days I get this error when adding new plugins:
```
[2016-05-07 11:40:10] Plugin vim-scripts/restore_view
[2016-05-07 11:40:10] $ git clone --recursive '…
-
One of the main reasons I love VIM so much is the option to do "g/console.log/d" to clear out all the lines with console.log on my scripts, is there any chance of supporting it?