Sumneko eats my memory until OOM

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

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. 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.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. .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.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. 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

  9. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB 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

Did you know that Lua is
the 18th most popular programming language
based on number of references?