#
vim8
Here are 47 public repositories matching this topic...
-
Updated
Mar 29, 2021 - Vim script
-
Updated
Jul 27, 2018 - Python
myitcv
commented
Feb 24, 2020
CL https://go-review.googlesource.com/c/tools/+/215898 (and subsequent changes) added support to gopls for quickfixes where a go.mod file is missing/has superfluous requirements. This is all enabled with the tempModFile option whereby gopls modifies a copy of the go.mod file as opposed to the original.
We sho
async completion in pure vim script for vim8 and neovim
-
Updated
Mar 17, 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
Dec 6, 2019 - Vim script
latex live preview - plugin for neovim and vim 8
-
Updated
Jun 8, 2018 - Vim script
A vim plugin for running multiple process asynchronously base on neomake.
-
Updated
Jun 14, 2019 - Vim script
Provides intelligent English autocomplete for asyncomplete.vim via nextword
-
Updated
Oct 7, 2020 - Vim script
Neovim/vim8 completion for rust
-
Updated
Jul 27, 2017 - Python
Format program files in vim using your favorite command line formatter
-
Updated
Mar 29, 2021 - Vim script
Some vim plugs on neovim and its show on MacOS
-
Updated
Mar 23, 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
Vim/NeoVIM syntax for ISC Bind named.conf configuration file.
vim
neovim
neovim-conf
bind
neovim-plugin
vim-syntax
vim8
named
bind9
neovim-configuration
neovim-config
bind9-daemon
bind9-configuration
isc-bind-server
bind9-views
bind9-delegated-zones
bind9-statistics
-
Updated
Oct 22, 2020 - 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
1
prabirshrestha
commented
Nov 23, 2017
User profile shell scripts for Unix-like system.
-
Updated
Mar 27, 2021 - Vim script
a customized vim and a set of script for setting up my dev env
-
Updated
Dec 12, 2020 - 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
make ease of vim's popup_create() and nvim's nvim_open_win()
-
Updated
Mar 21, 2021 - 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.
Add this topic to your repo
To associate your repository with the vim8 topic, visit your repo's landing page and select "manage topics."
While I quite like the information readily provided by
g:lsp_diagnostics_float_cursorandg:lsp_diagnostics_echo_cursor, their automatic nature doesn't fit my workflow.Would it be difficult to add an avenue to trigger them on-demand, similar to
<plug>(lsp-hover)/:LspHover?Along similar lines, would it be difficult to add a
g:lsp...setting to have<plug>(lsp-next-diganostic)