The readme says sourcekit
can be set to nil
to skip lspconfig set up, but isn't that the equivalent of not setting the value at all?
#232
Answered
by
kkharji
heygarrett
asked this question in
Q&A
-
From the Neovim defaults section of the readme: --- Options to be passed to lspconfig.nvim's sourcekit setup function.
--- Usually empty map is sufficient, However, it is strongly recommended to use on_attach key to setup custom mapppings
sourcekit = {}, --- Set it to nil to skip lspconfig's sourcekit setup In Lua a table's key being set to |
Beta Was this translation helpful? Give feedback.
Answered by
kkharji
Jul 4, 2023
Replies: 1 comment
-
Oh yeah 100%. The default should be nil. This would be simple change. Fixed in #233 Thanks for reporting @heygarrett |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
heygarrett
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/kkharji/xbase/blob/d3e7f51f17a8dbc5049ebf74c63598ca5162f01f/lua/xbase/init.lua#L38C11-L38C11
Oh yeah 100%. The default should be nil. This would be simple change.
Fixed in #233
Thanks for reporting @heygarrett