This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
When I use vim.lsp.buf.format({async = true}) or vim.lsp.format() to format lua code is fun. But format the golang code is failed. #1237
Unanswered
sober-wang
asked this question in
Q&A
Replies: 1 comment
-
Sorry for the late reply, if you're still having this problem could you please open an issue and provide a full minimal reproduction? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
this my null-ls plugin configure
if i format go code
if I use
vim.lsp.buf.format()
to lua code ,it always chose the lsp server. next I format go code is fun and not error log.neovim version:
NVIM v0.8.0-1210-gd367ed9b2
Build type: Release
LuaJIT 2.1.0-beta3
编译者 [email protected]
Features: +acl +iconv +tui
See ":help feature-compile"
Run :checkhealth for more info
Beta Was this translation helpful? Give feedback.
All reactions