We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcc852d + 508b1c1 commit e1fc569Copy full SHA for e1fc569
1 file changed
lua/config/plugin_config.lua
@@ -133,7 +133,7 @@ if not is_vscode then
133
vim.api.nvim_create_user_command("LspToggle", function(opts)
134
local name = opts.args
135
for _, client in ipairs(vim.lsp.get_clients({ bufnr = 0, name = name })) do
136
- if vim.fn.has("nvim-0.12") == 1 then
+ if vim.fn.has("nvim-0.11") == 1 then
137
client:stop()
138
else
139
vim.lsp.stop_client(client.id)
0 commit comments