Our great sponsors
-
-
I work on an embedded OS in Rust (Hubris) that has a very bespoke build system. As part of the build system, it has to set environmental variables based on (1) the target device and (2) the specific "task"; this is an OS with task-level isolation, so tasks are compiled as individual Rust crates.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
The `.nvim-commands.lua` file can be seen here.
-
One of the originals I guess must be tim pope's https://github.com/tpope/vim-projectionist
-
monokai-pro.nvim
Monokai Pro theme for Neovim written in Lua, with multiple filters: Pro, Classic, Machine, Octagon, Ristretto, Spectrum
Make my first plugin Monokai Pro
-
filter
ConTeXt module to process contents of a start-stop environment through an external program (by adityam)
Use vim as a filter to syntax highlight code in ConTeXt (which is a macro package in TeX, similar to LaTeX): https://github.com/adityam/filter/blob/dev/vim-README.md
-
View images, fonts and GIFs with telescope-media.nvim and setting wallpapers/fonts with it. And, a URL shortner with . And, a nice word definition under cursor thing.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
View images, fonts and GIFs with telescope-media.nvim and setting wallpapers/fonts with it. And, a URL shortner with . And, a nice word definition under cursor thing.
-
I used https://github.com/stevearc/overseer.nvim/ to run webpack --watch for our setup at work, and overseer allows to parse the output of a command launched through overseer. So I set up some parsing using the on_output_lines to alternatively clear or add errors to quickfix as webpack prints errors.
-
The coolest thing I've done is now I can code scheme lisp with help from my own LSP server named named scheme-langserver. With nvim-lspconfig and many other plugins, developing is really friendly. And many convenient fucntionalities such as autocompletion, goto definition are really helped and will help other lisp coder. Now, I hope my work will make NeoVim the better lisp editor than Emacs Lol.
-
The coolest thing I've done is now I can code scheme lisp with help from my own LSP server named named scheme-langserver. With nvim-lspconfig and many other plugins, developing is really friendly. And many convenient fucntionalities such as autocompletion, goto definition are really helped and will help other lisp coder. Now, I hope my work will make NeoVim the better lisp editor than Emacs Lol.