nvim: disable twilight

This commit is contained in:
PowerUser64 2022-01-30 20:05:19 -08:00
parent 900449aa5b
commit ffc7c57c48

View file

@ -209,13 +209,13 @@ return require('packer').startup({function()
require('blake.other').zenmode()
end,
}
use { -- dim text outside paragraph or function
'folke/twilight.nvim',
config = function()
vim.cmd 'command! TW Twilight'
require("twilight").setup()
end,
}
-- use { -- dim text outside paragraph or function
-- 'folke/twilight.nvim',
-- config = function()
-- vim.cmd 'command! TW Twilight'
-- require("twilight").setup()
-- end,
-- }
use { -- matchup: Use the percent (%) key for more things
'andymass/vim-matchup',
}