Sumneko eats my memory until OOM

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • dotfiles

  • Since I split my config file into seperate directories; sumneko_lua keeps eating up memory (about 100MB/second) until my system crashes. When I run a minimal config to debug; this does not happen. Even when I turn off everything else (all my plugins) this keeps happening. Any idea why this is happening? I really not rather go back to single file config; as I managed to separate all my server/plugin configs into manageable chunks.

  • .dotfiles

    My personal dotfiles (by tralph3)

  • Can't reproduce. The language server never goes over 0.1% of my memory according to htop. Must be something wrong in your config. You might want to take a look at how I configure my lsp servers, here. Note that the author of lspconfig recommends against nvim-lsp-installer.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • lua-language-server

    A language server that offers Lua language support - programmed in Lua

  • If it still persists then you can follow the debug steps in their wiki and provide those logs in their issues page.

  • fidget.nvim

    💫 Extensible UI for Neovim notifications and LSP progress messages.

  • Oh damn that’s really weird. Can you try using a plugin like https://github.com/j-hui/fidget.nvim to track what requests sumneko_lua is making in the background? Perhaps also a print statement to sumneko_lua’s on_attach parameter.

  • LuaHelper

    LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.

  • Hi, there's a new Lua server luahelper being actively developed here: https://github.com/Tencent/LuaHelper. It is written in Go and claims the abilities of real-time detection, millisecond output detection results, perfectly support editing and testing of 1000+ file project.

  • nvim-lsp-installer

    Discontinued Further development has moved to https://github.com/williamboman/mason.nvim!

  • For more context, please refer to https://github.com/williamboman/nvim-lsp-installer/issues/328.

  • nvim-lspconfig

    Quickstart configurations for the Nvim LSP client (by younger-1)

  • The configuration of nvim-lspconfig for luahelper could be found here. https://github.com/younger-1/nvim-lspconfig/blob/819a3358b1e127c13af1cc80ad19d5aaabb9defc/lua/lspconfig/server_configurations/luahelper.lua

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How to add lua-language-server to $PATH

    1 project | /r/HelixEditor | 21 Apr 2023
  • New to lua

    1 project | /r/lua | 16 Apr 2023
  • How complex can I make games in Lua?

    1 project | /r/lua | 11 Apr 2023
  • Why am I keep getting asked this question all the time whenever I'm loading a lua file from sumneko lua server?

    2 projects | /r/neovim | 1 Feb 2023
  • Help needed with lua diagnostic "return values of this function cannot be discarded"

    1 project | /r/neovim | 19 Jan 2023