addet proper file disable without renaming
This commit is contained in:
parent
20bc140a76
commit
977f0ef3ed
2 changed files with 10 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
-- if true then return {} end
|
||||
-- WARNING: If this line is true, then the plugin will NOT get sourced!
|
||||
-- NOTE: Has to be commented out if blink should be used
|
||||
|
||||
return {
|
||||
-- ╭───────────╮
|
||||
-- │ blink.cmp │
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
if true then
|
||||
return {}
|
||||
end
|
||||
-- WARNING: If this line is true, then the plugin will NOT get sourced!
|
||||
-- NOTE: Has to be commented out if blink should be used
|
||||
|
||||
return {
|
||||
{
|
||||
"hrsh7th/nvim-cmp",
|
Loading…
Add table
Add a link
Reference in a new issue