diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-07-24 12:01:49 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-07-24 12:01:49 -0400 |
| commit | fe68554e903e3f3912d18662da81961b7fb8931b (patch) | |
| tree | 3aa4dc7730245b3bf0655e83f407d5e5d7a5baeb /.config/nvim/lua/plugins/editor.lua | |
| parent | a7c08cb33b89e8447c951a32c68c4506b22e4125 (diff) | |
nvim: remove some more plugins
Diffstat (limited to '.config/nvim/lua/plugins/editor.lua')
| -rw-r--r-- | .config/nvim/lua/plugins/editor.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/nvim/lua/plugins/editor.lua b/.config/nvim/lua/plugins/editor.lua index abd1b90..21f5cdf 100644 --- a/.config/nvim/lua/plugins/editor.lua +++ b/.config/nvim/lua/plugins/editor.lua @@ -1,5 +1,4 @@ return { - { "folke/todo-comments.nvim", event = { "BufReadPre", "BufNewFile" }, opts = {} }, { "kylechui/nvim-surround", event = "VeryLazy", opts = {} }, { "numtostr/comment.nvim", event = "VeryLazy", opts = {} }, { "simrat39/rust-tools.nvim", ft = "rust", opts = {} }, |
