addet proper file disable without renaming

This commit is contained in:
pika 2025-04-02 17:54:56 +02:00
parent 20bc140a76
commit 977f0ef3ed
2 changed files with 10 additions and 0 deletions

View file

@ -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 │

View file

@ -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",