Skip to content

Commit

Permalink
disable typewriter.nvim
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesChiuGit committed Aug 5, 2024
1 parent 99857f5 commit 28aec20
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions lua/modules/plugins/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,15 @@ editor["mrjones2014/smart-splits.nvim"] = {
event = { "CursorHoldI", "CursorHold" },
config = require("editor.splits"),
}
editor["joshuadanpeterson/typewriter.nvim"] = {
lazy = true,
event = "BufReadPre",
dependencies = "nvim-treesitter/nvim-treesitter",
config = require("editor.typewriter"),
init = function()
require("typewriter.commands").enable_typewriter_mode()
end,
}
-- editor["joshuadanpeterson/typewriter.nvim"] = {
-- lazy = true,
-- event = "BufReadPre",
-- dependencies = "nvim-treesitter/nvim-treesitter",
-- config = require("editor.typewriter"),
-- init = function()
-- require("typewriter.commands").enable_typewriter_mode()
-- end,
-- }

----------------------------------------------------------------------
--  :treesitter related plugins --
Expand Down

0 comments on commit 28aec20

Please sign in to comment.