-
-- https://github.com/mattn/vim-lsp-settings should be installed
-
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.
-
Thanks for the really detailed and thoughtful post 👍, just a bit of a shameless plug, but I'm working on one such lsp plugin flutter-tools.nvim a plugin that's similar to coc-flutter. It's still early days but thought it was worth mentioning.
-
completion-nvim
Discontinued A async completion framework aims to provide completion to neovim's built in LSP written in Lua
For reference, I think this is impelmented via snippet support in completion.nvim https://github.com/nvim-lua/completion-nvim/issues/93
-
Hmm, I'm looking into this now. For now, it is really easy to modify the hover handler by just calling
-
-
but as many people working in a lot of things I have no time to try to configure https://github.com/felixfbecker/php-language-server with nvim-lsp
-
IF can be useful on dotfiles I added also psalm as language server https://github.com/Mte90/dotfiles/blob/master/.vim/custom/custom-lsp.vim#L79 for php
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
Related posts
-
Best way to go about installing LSP today?
-
Is there any way to autocomplete language functions? For example, show things like fmt.Printf or fmt.Println when writing fmt.Print and pressing the autocomplete key.
-
LSP Servers installation
-
Another coc.nvim vs native lsp post
-
State of Neovim LSP configuration