fix(c): remove protection against reloading
It's only for plugin configuration files
This commit is contained in:
parent
c1fe17012b
commit
4578afc68a
@ -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
|
-- Exit if the language server isn't available
|
||||||
if vim.fn.executable('clangd') ~= 1 then
|
if vim.fn.executable('clangd') ~= 1 then
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user