diff options
author | Abouzar Parvan <[email protected]> | 2021-07-15 05:51:16 +0430 |
---|---|---|
committer | GitHub <[email protected]> | 2021-07-15 05:51:16 +0430 |
commit | 64eeec38808d27b3709f92862bd07e25140add59 (patch) | |
tree | f4987102a03aef947e4a24d9496d941f7e206bec /lua/lang/zig.lua | |
parent | f95e150518e40f08a2cb31365e90895e31465d7e (diff) |
fixed styling issues (#952)
Diffstat (limited to 'lua/lang/zig.lua')
-rw-r--r-- | lua/lang/zig.lua | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lua/lang/zig.lua b/lua/lang/zig.lua index 1da329f5..e2651419 100644 --- a/lua/lang/zig.lua +++ b/lua/lang/zig.lua @@ -16,10 +16,9 @@ M.lint = function() end M.lsp = function() - -if require("lv-utils").check_lsp_client_active "zls" then + if require("lv-utils").check_lsp_client_active "zls" then return -end + end -- Because lspinstall don't support zig yet, -- So we need zls preset in global lib -- Further custom install zls in |