From bf522e0b255bfddba0118723873112e91ecd38db Mon Sep 17 00:00:00 2001 From: materus Date: Sat, 21 Mar 2026 23:01:29 +0100 Subject: [PATCH] Neovim: Add suda --- config/editor/neovim/init.lua | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/editor/neovim/init.lua b/config/editor/neovim/init.lua index f230986..f8e3e0e 100644 --- a/config/editor/neovim/init.lua +++ b/config/editor/neovim/init.lua @@ -45,6 +45,9 @@ if vim.fn.executable("git") == 1 then lazy = false, build = ':TSUpdate' }, + { + 'lambdalisue/vim-suda' + }, --[[ { "kevinhwang91/nvim-ufo",