Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Automatically start/stop LSP servers, keeps RAM usage low

License

NotificationsYou must be signed in to change notification settings

hinell/lsp-timeout.nvim

Repository files navigation

lsp-timeout-demo.mov

PayPalLicense

Nvim plugin for nvim-lspconfig: stop idle servers & restart upon focus; keep your RAM usage low

Overview

Some LSP servers are terribly inefficient at memory management and caneasily take up gigabytes of RAM MBs if left unattended (just like VS Code huh?!).This plugin prevents excessive memory usage by stopping and restarting LSP serversautomatically upon gaining or loosing window focus, keeping neovim fast.

⚡Features

  • Stop & start LSP servers upon demand
  • Lower RAM usage by unsed Neovim system window

🔒Requirements

📦 Installation

require("lazy").setup(    {"hinell/lsp-timeout.nvim",dependencies={"neovim/nvim-lspconfig"}    })
-- $HOME/.config/nvim/lua/user/init.luapacker.setup(function(use)use({"hinell/lsp-timeout.nvim",requires={"neovim/nvim-lspconfig"}    })end)
Plug"hinell/lsp-timeout.nvim"

SUPPORT DISCLAIMER

NO GUARANTEES UNTIL PAID. This project is supported and provided AS IS. See alsoLICENSE.


September 26, 2023
Copyright © - Alexander Davronov (a.k.a Hinell), et.al.

About

Automatically start/stop LSP servers, keeps RAM usage low

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Sponsor this project


    [8]ページ先頭

    ©2009-2025 Movatter.jp