I have no idea
This commit is contained in:
1 parent
886e3cdbe4
commit
0cc5e31053
2 files changed
+5
-1
No files matched your search
+1
-1
@@ -9,7 +9,7 @@ local config = function()
|
||||
mapping = cmp.mapping.preset.insert({
|
||||
["<C-b>"] = cmp.mapping.scroll_docs( -4),
|
||||
["<C-f>"] = cmp.mapping.scroll_docs(4),
|
||||
["<c-space>"] = cmp.mapping.complete(),
|
||||
["<c-h>"] = cmp.mapping.complete(),
|
||||
["<c-e>"] = cmp.mapping.abort(),
|
||||
["<cr>"] = cmp.mapping.confirm({ select = true }),
|
||||
["<tab>"] = cmp.mapping.select_next_item(),
|
||||
|
||||
@@ -57,6 +57,10 @@ local config = function()
|
||||
root_dir = c.util.root_pattern("package.json", "tsconfig.json", "jsconfig.json"),
|
||||
single_file_support = false,
|
||||
}
|
||||
c.jsonls.setup {
|
||||
on_attach = on_attach,
|
||||
capabilities = capabilities,
|
||||
}
|
||||
end
|
||||
|
||||
local rs_config = function()
|
||||
|
||||
Reference in new issue
Block a user