From 8bb513a86e8bea07fdb8cea71d254d46ffc7806b Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Sat, 4 Apr 2026 03:16:27 +0200 Subject: feat!: migrate to vim.pack --- lua/pml68/plugins/other.lua | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 lua/pml68/plugins/other.lua (limited to 'lua/pml68/plugins/other.lua') 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", - }, -} -- cgit v1.2.3