diff options
| author | kylo252 <[email protected]> | 2022-01-03 11:06:45 +0100 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-03 11:06:45 +0100 | 
| commit | 238e43e5b370ef17267c344954e28003cd26614a (patch) | |
| tree | 748733422cdcee4adafecac6803358a88ccbda35 /lua/lvim/lsp/manager.lua | |
| parent | b3cfd165fbca4c8b595ed577027a5171e33a00e9 (diff) | |
refactor: more consistent autocmds (#2133)
Diffstat (limited to 'lua/lvim/lsp/manager.lua')
| -rw-r--r-- | lua/lvim/lsp/manager.lua | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/lvim/lsp/manager.lua b/lua/lvim/lsp/manager.lua index c95b9f69..6c748020 100644 --- a/lua/lvim/lsp/manager.lua +++ b/lua/lvim/lsp/manager.lua @@ -24,6 +24,7 @@ local function resolve_config(name, user_config)    local config = {      on_attach = require("lvim.lsp").common_on_attach,      on_init = require("lvim.lsp").common_on_init, +    on_exit = require("lvim.lsp").common_on_exit,      capabilities = require("lvim.lsp").common_capabilities(),    }  | 
