aboutsummaryrefslogtreecommitdiff
path: root/.config/nvim/lua/plugins/editor.lua
diff options
context:
space:
mode:
Diffstat (limited to '.config/nvim/lua/plugins/editor.lua')
-rw-r--r--.config/nvim/lua/plugins/editor.lua24
1 files changed, 0 insertions, 24 deletions
diff --git a/.config/nvim/lua/plugins/editor.lua b/.config/nvim/lua/plugins/editor.lua
deleted file mode 100644
index 47fe8b4..0000000
--- a/.config/nvim/lua/plugins/editor.lua
+++ /dev/null
@@ -1,24 +0,0 @@
-return {
- -- { "Saecki/crates.nvim", config = true },
- {
- "nvim-telescope/telescope.nvim",
- config = true,
- dependencies = { "nvim-lua/plenary.nvim" },
- },
- {
- "natecraddock/sessions.nvim",
- config = true
- },
- {
- "f-person/git-blame.nvim",
- event = "VeryLazy",
- opts = {
- date_format = "%r"
- },
- },
- {
- "chentoast/marks.nvim",
- -- event = "VeryLazy",
- config = true
- }
-}