deleted completions
This commit is contained in:
parent
019526c694
commit
1498ee4367
|
@ -1 +0,0 @@
|
||||||
return {}
|
|
|
@ -1,8 +1,8 @@
|
||||||
return {
|
return {
|
||||||
'altermo/ultimate-autopair.nvim',
|
-- 'altermo/ultimate-autopair.nvim',
|
||||||
event = { 'InsertEnter', 'CmdlineEnter' },
|
-- event = { 'InsertEnter', 'CmdlineEnter' },
|
||||||
branch = 'v0.6', --recommended as each new version will have breaking changes
|
-- branch = 'v0.6', --recommended as each new version will have breaking changes
|
||||||
opts = {
|
-- opts = {
|
||||||
--Config goes here
|
-- --Config goes here
|
||||||
},
|
-- },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue