nvim: disable twilight
This commit is contained in:
parent
900449aa5b
commit
ffc7c57c48
1 changed files with 7 additions and 7 deletions
|
@ -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',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue