diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-28 21:16:48 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-28 21:17:22 +0200 |
| commit | d0585ecf49f8eebc44cac7dae2a686d1ef33e141 (patch) | |
| tree | d864af6d053ae57ccdf18be2dc5a04f788e46875 /lua/pml68/plugins/lang-specific.lua | |
| parent | feat(markdown): add bindings for jumping between spelling errors (diff) | |
| download | nvim-d0585ecf49f8eebc44cac7dae2a686d1ef33e141.tar.gz | |
feat: replace nvim-cmp with blink.cmp
Diffstat (limited to 'lua/pml68/plugins/lang-specific.lua')
| -rw-r--r-- | lua/pml68/plugins/lang-specific.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/pml68/plugins/lang-specific.lua b/lua/pml68/plugins/lang-specific.lua index 4895f9e..079c90e 100644 --- a/lua/pml68/plugins/lang-specific.lua +++ b/lua/pml68/plugins/lang-specific.lua @@ -28,7 +28,6 @@ return { { "saecki/crates.nvim", tag = "stable", - dependencies = "hrsh7th/nvim-cmp", event = { "BufRead Cargo.toml", "BufWrite Cargo.toml" }, config = function() local crates = require("crates") |
