|
@@ -42,10 +42,6 @@ end
|
|
---The files are generated to a runtimepath: "$LUNARVIM_RUNTIME_DIR/site/after/ftplugin/template.lua"
|
|
---The files are generated to a runtimepath: "$LUNARVIM_RUNTIME_DIR/site/after/ftplugin/template.lua"
|
|
---@param servers_names table list of servers to be enabled. Will add all by default
|
|
---@param servers_names table list of servers to be enabled. Will add all by default
|
|
function M.generate_templates(servers_names)
|
|
function M.generate_templates(servers_names)
|
|
- for _, client in pairs(vim.lsp.get_active_clients()) do
|
|
|
|
- client:stop()
|
|
|
|
- end
|
|
|
|
-
|
|
|
|
servers_names = servers_names or {}
|
|
servers_names = servers_names or {}
|
|
|
|
|
|
Log:debug "Templates installation in progress"
|
|
Log:debug "Templates installation in progress"
|