Updates lazyvim
This commit is contained in:
parent
106d92243b
commit
5e1b2c1569
5 changed files with 30 additions and 18 deletions
|
|
@ -1,8 +1,15 @@
|
|||
if true then
|
||||
return {}
|
||||
end
|
||||
|
||||
return {
|
||||
"saghen/blink.cmp",
|
||||
opts = {
|
||||
keymap = {
|
||||
preset = "super-tab",
|
||||
},
|
||||
cmdline = {
|
||||
sources = {},
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,7 @@
|
|||
if true then
|
||||
return {}
|
||||
end
|
||||
|
||||
return {
|
||||
"shortcuts/no-neck-pain.nvim",
|
||||
version = "*",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue