nvim: Remove speed-reading plugin
The 'bionic-reading' mode, I have never used successfully. It distracts rather than enabling me to move over text more quickly.
This commit is contained in:
parent
f31b1b29ed
commit
061e341253
2 changed files with 2 additions and 10 deletions
|
|
@ -6,13 +6,6 @@ return {
|
|||
{ "folke/zen-mode.nvim", config = true, event = "VeryLazy" },
|
||||
-- provide even distraction free-er writing (lowlight paragraphs)
|
||||
{ "folke/twilight.nvim", event = "VeryLazy" },
|
||||
-- enable 'speed-reading' mode (bionic reading)
|
||||
{
|
||||
"JellyApple102/easyread.nvim",
|
||||
config = true,
|
||||
ft = writing_ft,
|
||||
cmd = "EasyreadToggle",
|
||||
},
|
||||
{
|
||||
"andrewferrier/wrapping.nvim",
|
||||
config = function()
|
||||
|
|
@ -26,8 +19,8 @@ return {
|
|||
{
|
||||
"lukas-reineke/headlines.nvim",
|
||||
dependencies = "nvim-treesitter/nvim-treesitter",
|
||||
config = true,
|
||||
ft = writing_ft,
|
||||
config = true,
|
||||
ft = writing_ft,
|
||||
},
|
||||
-- generate an auto-updating html preview for md files
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue