-
Updated
Sep 9, 2021 - TypeScript
#
vim-plugin
Here are 1,726 public repositories matching this topic...
Nodejs extension host for vim & neovim, load extensions like VSCode and host language servers.
A tree explorer plugin for vim.
-
Updated
Sep 7, 2021 - Vim script
lean & mean status/tabline for vim that's light as air
-
Updated
Aug 16, 2021 - Vim script
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
vim
autocomplete
vim-plugin
linter
vim-plugins
language-server-protocol
syntax-checker
neovim-plugin
languageclient
-
Updated
Sep 9, 2021 - Vim script
Syntax checking hacks for vim
-
Updated
Sep 6, 2021 - Vim script
AI Code Completions
javascript
ruby
python
java
bash
swift
rust
golang
php
typescript
ai
lua
cpp
vim-plugin
artificial-intelligence
atom-package
vscode-extension
sublime-package
jetbrains-plugin
gpt-2
-
Updated
Aug 8, 2021 - Shell
A light and configurable statusline/tabline plugin for Vim
-
Updated
Jul 9, 2021 - Vim script
Vim plugin for intensely nerdy commenting powers
-
Updated
Sep 2, 2021 - Vim script
-
Updated
Sep 7, 2021 - Vim script
A vim plugin to display the indention levels with thin vertical lines
-
Updated
Jan 28, 2021 - Vim script
VimTeX: A modern Vim and neovim filetype plugin for LaTeX files.
-
Updated
Sep 9, 2021 - TeX
Anrock
commented
Aug 14, 2018
Is your feature request related to a problem? Please describe.
Every time i run PlugUpdate
on Windows it fails to replace bin/languageclient
file. The reason is that on Windows it's impossible to overwrite binary if it's launched because file is busy.
Describe the solution you'd like
Some command to kill languageclient binary, so i can change my after update script to first kill lan
Asynchronous linting and make framework for Neovim/Vim
-
Updated
Sep 7, 2021 - Vim script
dispatch.vim: Asynchronous build and test dispatcher
-
Updated
Aug 14, 2021 - Vim script
Vim plugin that provides additional text objects
-
Updated
Aug 31, 2021 - Vim script
-
Updated
Sep 9, 2021 - Vim script
Switch between single-line and multiline forms of code
-
Updated
Sep 7, 2021 - Vim script
-
Updated
Aug 31, 2021 - Vim script
-
Updated
Mar 29, 2021 - Vim script
Rainbow Parentheses Improved, shorter code, no level limit, smooth and fast, powerful configuration.
-
Updated
May 28, 2020 - Vim script
-
Updated
Aug 3, 2021 - Vim script
Rethinking Vim as a tool for writing
-
Updated
Jun 19, 2021 - Vim script
An extensible & universal comment vim-plugin that also handles embedded filetypes
-
Updated
Sep 7, 2021 - Vim script
Async completion framework made ease.
-
Updated
Apr 29, 2021 - Python
Improve this page
Add a description, image, and links to the vim-plugin topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the vim-plugin topic, visit your repo's landing page and select "manage topics."
The comment in code directly says it: "... Or it would hang the system if wiki file was created in $HOME or C:/ dirs".
I am trying to create wiki from the directory that contains (among other things) clones of repositories I am working on. The reason being that I want to avoid having two mirrored directory structures: one that has notes and another one that has code. So I am trying to make th