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 fceb9c8 commit 55e505eCopy full SHA for 55e505e
after/plugin/lsp.lua
@@ -29,8 +29,6 @@ local cmp_mappings = lsp.defaults.cmp_mappings({
29
["<C-Space>"] = cmp.mapping.complete(),
30
})
31
32
--- disable completion with tab
33
--- this helps with copilot setup
34
cmp_mappings['<Tab>'] = nil
35
cmp_mappings['<S-Tab>'] = nil
36
@@ -66,6 +64,6 @@ end)
66
64
lsp.setup()
67
65
68
vim.diagnostic.config({
69
- virtual_text = true,
+ virtual_text = true
70
71
0 commit comments