Here are
46 public repositories
matching this topic...
async language server protocol plugin for vim and neovim
Updated
Dec 21, 2021
Vim script
🚀 Run Async Shell Commands in Vim 8.0 / NeoVim and Output to the Quickfix Window !!
Updated
Dec 19, 2021
Vim script
Updated
Jul 27, 2018
Python
async completion in pure vim script for vim8 and neovim
Updated
Dec 6, 2021
Vim script
I love Vim, and I also love modifying it to be more convenient and efficient. So I name it "ivim"! Welcome to contribute to ivim.
Updated
Aug 11, 2021
Vim script
Updated
May 15, 2021
Python
latex live preview - plugin for neovim and vim 8
Updated
Jun 8, 2018
Vim script
Ultra Fast Fuzzy Finder for Vim8
Updated
Dec 30, 2020
Vim script
A vim plugin for running multiple process asynchronously base on neomake.
Updated
Dec 13, 2021
Vim script
Provides intelligent English autocomplete for asyncomplete.vim via nextword
Updated
Sep 13, 2021
Vim script
A simple but powerful vim configuration
Updated
Dec 9, 2021
Vim script
Format program files in vim using your favorite command line formatter
Updated
Nov 29, 2021
Vim script
Neovim/vim8 completion for rust
Updated
Jul 27, 2017
Python
Some vim plugs on neovim and its show on MacOS
Updated
Jun 11, 2021
Vim script
Vim/NeoVIM syntax for ISC Bind named.conf configuration file.
Updated
Oct 25, 2021
Vim script
Some simple tools to maintain and update git based packages for vim 8
Updated
May 3, 2020
Shell
Docker Lab (Learn Docker)
Updated
Jan 12, 2018
Vim script
Updated
Dec 1, 2021
Vim script
Provides common words of git commit message autocomplete for asyncomplete.vim
Updated
Dec 2, 2019
Vim script
Updated
Dec 13, 2021
Vim script
Updated
Feb 21, 2021
Vim script
Vim with Haskell support on Docker
Updated
Feb 24, 2019
Vim script
useful job utils for vim/neovim, group job, async run, auto script, abstract job output, etc
Updated
Nov 4, 2021
Vim script
make ease of vim's popup_create() and nvim's nvim_open_win()
Updated
Nov 11, 2021
Vim script
start vim with different vimrc by link-names
Updated
Aug 10, 2017
Vim script
This is my personal .vim configuration ready to install on any OSX machine under my fingers.
Updated
Dec 16, 2018
Vim script
A lean and mean async command runner for Vim 8 and later.
Updated
Dec 31, 2020
Vim script
ydcv in Vim, with Vim8 async api
Updated
Nov 8, 2017
Vim script
Improve this page
Add a description, image, and links to the
vim8
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
vim8
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
CL https://go-review.googlesource.com/c/tools/+/215898 (and subsequent changes) added support to
gopls
for quickfixes where ago.mod
file is missing/has superfluous requirements. This is all enabled with thetempModFile
option wherebygopls
modifies a copy of thego.mod
file as opposed to the original.We sho