-
Updated
Apr 26, 2022 - Vim script
#
vim8
Here are 48 public repositories matching this topic...
async language server protocol plugin for vim and neovim
vim
cmake
build
terminal
neovim
vim-plugin
asynchronous
vim-plugins
neomake
dispatch
nvim
make
neovim-plugin
vim8
asyncrun
neovim-plugins
-
Updated
Mar 8, 2022 - 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
latex live preview - plugin for neovim and vim 8
-
Updated
Jun 8, 2018 - Vim script
Provides intelligent English autocomplete for asyncomplete.vim via nextword
-
Updated
Sep 13, 2021 - Vim script
A vim plugin for running multiple process asynchronously base on neomake.
-
Updated
Dec 25, 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
Automatic differentiation library written in pure Vim script.
-
Updated
Mar 31, 2022 - Vim script
kempniu
commented
May 20, 2021
Hi there!
For some reason, a [certain Vim commit][1] (revision 8.2.1703) back from September 2020 prevents this syntax highlighting module from working - the filetype
is set to bind-named
for a named.conf
file as it should be, but no syntax highlighting takes place. Unfortunately, I do not have any specific hints for fixing things, sorry :(
All I can say is that after I manually rever
good first issue
Good for newcomers
Some vim plugs on neovim and its show on MacOS
-
Updated
Jun 11, 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)
nodejs
ruby
python
vim
docker
nginx
redis
node
mongodb
docker-compose
docker-container
postgresql
mariadb
python3
vim8
zeroc0d3
zeroc0d3lab
-
Updated
Jan 12, 2018 - Vim script
Provides common words of git commit message autocomplete for asyncomplete.vim
-
Updated
Dec 2, 2019 - 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
1
prabirshrestha
commented
Nov 23, 2017
Improve this page
Add a description, image, and links to the vim8 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vim8 topic, visit your repo's landing page and select "manage topics."
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