aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2025-11-17 11:04:26 +0100
committerPolesznyák Márk <contact@pml68.dev>2025-11-17 11:04:46 +0100
commitf30598268d5da6b3bb754bfe06feca33442fb6e1 (patch)
treeffe34a47e1ffcbdaa44cc446a21932bd057da43d /lua/pml68
parentfeat: add empty space to Rust's `commentstring` (diff)
downloadnvim-f30598268d5da6b3bb754bfe06feca33442fb6e1.tar.gz
chore(crates.nvim): disable nvim-cmp completion [skip-ci]
Diffstat (limited to 'lua/pml68')
-rw-r--r--lua/pml68/plugins/completion.lua6
-rw-r--r--lua/pml68/plugins/lang-specific.lua5
2 files changed, 1 insertions, 10 deletions
diff --git a/lua/pml68/plugins/completion.lua b/lua/pml68/plugins/completion.lua
index 94a5463..596b1af 100644
--- a/lua/pml68/plugins/completion.lua
+++ b/lua/pml68/plugins/completion.lua
@@ -20,16 +20,12 @@ return {
},
},
sources = {
- default = { "lsp", "path", "vimtex", "crates", "buffer" },
+ default = { "lsp", "path", "vimtex", "buffer" },
providers = {
vimtex = {
name = "vimtex",
module = "blink.compat.source",
},
- crates = {
- name = "crates",
- module = "blink.compat.source",
- },
},
},
cmdline = { enabled = false },
diff --git a/lua/pml68/plugins/lang-specific.lua b/lua/pml68/plugins/lang-specific.lua
index 079c90e..b5ce685 100644
--- a/lua/pml68/plugins/lang-specific.lua
+++ b/lua/pml68/plugins/lang-specific.lua
@@ -38,11 +38,6 @@ return {
completion = true,
hover = true,
},
- completion = {
- cmp = {
- enabled = true,
- },
- },
})
vim.keymap.set("n", "<leader>rcu", function()