AutoYADM commit: 2024-12-13 14:30:01
This commit is contained in:
parent
7d6d79933f
commit
66b2c61487
7 changed files with 12 additions and 4 deletions
|
@ -3,7 +3,10 @@
|
|||
-- Add any additional keymaps here
|
||||
local map = vim.keymap.set
|
||||
local wk = require("which-key")
|
||||
local cmdh = require("colemak-dh")
|
||||
|
||||
map({ "n" }, "<C-Cr>", function()
|
||||
vim.notify("Done!")
|
||||
end)
|
||||
|
||||
vim.keymap.set({ "i", "n" }, "<C-t>", "<Nop>")
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
-- })
|
||||
return {
|
||||
"hrsh7th/nvim-cmp",
|
||||
-- enabled = false,
|
||||
enabled = false,
|
||||
-- ---@param opts cmp.ConfigSchema
|
||||
-- opts = function(_, opts)
|
||||
-- local has_words_before = function()
|
||||
|
|
|
@ -32,7 +32,8 @@ return {
|
|||
},
|
||||
completion = {
|
||||
-- Set to false to disable completion.
|
||||
nvim_cmp = true,
|
||||
-- TODO: Figure out how to make compatible with blink?
|
||||
nvim_cmp = false,
|
||||
-- Trigger completion at 2 chars.
|
||||
min_chars = 2,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue