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() require('blake.other').zenmode()
end, end,
} }
use { -- dim text outside paragraph or function -- use { -- dim text outside paragraph or function
'folke/twilight.nvim', -- 'folke/twilight.nvim',
config = function() -- config = function()
vim.cmd 'command! TW Twilight' -- vim.cmd 'command! TW Twilight'
require("twilight").setup() -- require("twilight").setup()
end, -- end,
} -- }
use { -- matchup: Use the percent (%) key for more things use { -- matchup: Use the percent (%) key for more things
'andymass/vim-matchup', 'andymass/vim-matchup',
} }