We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563d9ef commit 19b7ea7Copy full SHA for 19b7ea7
lua/lspconfig/server_configurations/lsp_ai.lua
@@ -6,7 +6,7 @@ return {
6
single_file_support = true,
7
init_options = {
8
memory = {
9
- file_store = vim.fn.json_decode("{}"),
+ file_store = vim.fn.json_decode '{}',
10
},
11
12
0 commit comments