fix(c): remove protection against reloading

It's only for plugin configuration files
This commit is contained in:
Jiří Štefka 2024-09-26 17:47:22 +02:00
parent c1fe17012b
commit 4578afc68a
Signed by: jiriks74
GPG Key ID: 1D5E30D3DB2264DE

@ -1,8 +1,3 @@
if vim.g.did_load_c_plugin then
return
end
vim.g.did_load_c_plugin = true
-- Exit if the language server isn't available
if vim.fn.executable('clangd') ~= 1 then
return