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 957a6bd commit 957e7caCopy full SHA for 957e7ca
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