-
wim
This is a Vim configuration that gets you a similar experience as a full-featured IDE. This is accomplished using native vim features with the help of some plugins.
Here is my GitHub with full instructions: https://github.com/wolandark/wim.git
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
kotlin-vim
Kotlin plugin for Vim. Featuring: syntax highlighting, basic indentation, Syntastic support
coc plugin that I have implemented in my vim configuration has language servers for both java and kotlin and they are very good from what I hear. I use coc language servers for web development and I find it very nice. As for syntax and indentation of kotlin there is this plugin that takes care of that. Same goes for C#. There is also the 'youcompleteme' plugin which is a larger download than coc but its more complete.
-