Global JSON settings? #692
-
Checked other resources
DescriptionHow can I have default (global) settings in JSON? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey 👋 This is not natively supported by rustaceanvim, because the built-in Neovim LSP client takes a Lua table and I don't see a use case for reading from a global JSON config (if anything, that would be the responsibility of Neovim core). If you prever a JSON file, you can always use |
Beta Was this translation helpful? Give feedback.
Hey 👋
This is not natively supported by rustaceanvim, because the built-in Neovim LSP client takes a Lua table and I don't see a use case for reading from a global JSON config (if anything, that would be the responsibility of Neovim core).
If you prever a JSON file, you can always use
:h vim.json.decode
.