aboutsummaryrefslogtreecommitdiff
path: root/lua/pml68/plugins/other.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/pml68/plugins/other.lua')
-rw-r--r--lua/pml68/plugins/other.lua26
1 files changed, 0 insertions, 26 deletions
diff --git a/lua/pml68/plugins/other.lua b/lua/pml68/plugins/other.lua
deleted file mode 100644
index d415f0b..0000000
--- a/lua/pml68/plugins/other.lua
+++ /dev/null
@@ -1,26 +0,0 @@
-return {
- {
- "NStefan002/visual-surround.nvim",
- event = { "BufReadPost", "BufNewFile" },
- config = true,
- },
- {
- "christoomey/vim-tmux-navigator",
- lazy = false,
- },
- {
- "artemave/workspace-diagnostics.nvim",
- },
- {
- "lukas-reineke/indent-blankline.nvim",
- main = "ibl",
- event = { "BufReadPost", "BufNewFile" },
- config = function()
- require("ibl").setup()
- end
- },
- {
- "stevearc/dressing.nvim",
- event = "VeryLazy",
- },
-}