diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-07-11 19:14:56 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-07-19 11:52:52 -0400 |
| commit | 6b1d4670835b9147cfc7c35bdc94d24cfbda7a4f (patch) | |
| tree | d5a6e30242f230175168c5221db09ab8c4c3cefe /.config/nvim/lua/plugins/editor.lua | |
| parent | e2f8339d5a0543100dd5b382d9f5fe292491e212 (diff) | |
nvim: remove a few 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 99c4647..c9a7900 100644 --- a/.config/nvim/lua/plugins/editor.lua +++ b/.config/nvim/lua/plugins/editor.lua @@ -3,7 +3,6 @@ return { { "folke/todo-comments.nvim", event = { "BufReadPre", "BufNewFile" }, opts = {} }, { "kylechui/nvim-surround", event = "VeryLazy", opts = {} }, { "numtostr/comment.nvim", event = "VeryLazy", opts = {} }, - { "folke/neodev.nvim", ft = "lua", opts = {} }, { "simrat39/rust-tools.nvim", ft = "rust", opts = {} }, { "iamcco/markdown-preview.nvim", |
