Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork8
Automatically start/stop LSP servers, keeps RAM usage low
License
hinell/lsp-timeout.nvim
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
lsp-timeout-demo.mov
Nvim plugin for nvim-lspconfig: stop idle servers & restart upon focus; keep your RAM usage low
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.
- Stop & start LSP servers upon demand
- Lower RAM usage by unsed Neovim system window
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"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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
