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()
|
||||
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',
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue