Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55e505e

Browse files
committed
feat: merged
not sure what happened here...
1 parent fceb9c8 commit 55e505e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

after/plugin/lsp.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ local cmp_mappings = lsp.defaults.cmp_mappings({
2929
["<C-Space>"] = cmp.mapping.complete(),
3030
})
3131

32-
-- disable completion with tab
33-
-- this helps with copilot setup
3432
cmp_mappings['<Tab>'] = nil
3533
cmp_mappings['<S-Tab>'] = nil
3634

@@ -66,6 +64,6 @@ end)
6664
lsp.setup()
6765

6866
vim.diagnostic.config({
69-
virtual_text = true,
67+
virtual_text = true
7068
})
7169

0 commit comments

Comments
 (0)