Skip to content

Commit 6095bc0

Browse files
committed
Format lua file
1 parent d9ed2f1 commit 6095bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

neovim/plugins/lspconfig.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function M.setup_servers(lsp_servers)
8282

8383
-- Don't setup the rustaceannvim server
8484
if not vim.startswith(server, "rustacean") then
85-
lspconfig[server].setup(config)
85+
lspconfig[server].setup(config)
8686
end
8787
end
8888
end

0 commit comments

Comments
 (0)