Collection of some of my vim plugins. Most of these are not real projects, but rather small collection of functionalities that are used to improve my workflow and it may be useful to others potentially.

Plugins

nvim-dev-container

Support for development containers in Neovim, similar to VSCode's remote container development plugin.

neovim-java-plugin-host

Support for Java remote plugins and configuration in Java in Neovim, powered by neovim-java

neovim-http-api-plugin

Very simple HTTP wrapper around Neovim RPC API - used to demonstrate creating plugins with neovim-java-plugin-host

vimwiki-reviews

Simple periodical review extension for vimwiki.

vimwiki-reviews-lua

Simple periodical review extension for vimwiki with Neovim support, written in Lua.