Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesChiuGit committed Jul 8, 2024
1 parent 84b252a commit ed82322
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lua/modules/plugins/editor.lua
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,6 @@ editor["lambdalisue/suda.vim"] = {
cmd = { "SudaRead", "SudaWrite" },
init = require("editor.suda"),
}
editor["kylechui/nvim-surround"] = {
lazy = true,
event = "BufReadPre",
config = require("editor.surround"),
dependencies = {
"nvim-treesitter/nvim-treesitter",
"nvim-treesitter/nvim-treesitter-textobjects",
},
}
editor["romainl/vim-cool"] = {
lazy = true,
event = { "CursorMoved", "InsertEnter" },
Expand Down

0 comments on commit ed82322

Please sign in to comment.