mirror of
https://github.com/nvim-lua/kickstart.nvim.git
synced 2025-08-18 08:39:06 +02:00
deleted completions
This commit is contained in:
parent
019526c694
commit
1498ee4367
2 changed files with 6 additions and 7 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue