up
This commit is contained in:
14
lua/kickstart/plugins/suda.lua
Normal file
14
lua/kickstart/plugins/suda.lua
Normal file
@@ -0,0 +1,14 @@
|
||||
-- suda
|
||||
--
|
||||
-- Neovim plugin for seamless sudo file editing with permissions preservation.
|
||||
--
|
||||
-- https://github.com/masajinobe-ef/suda.nvim
|
||||
--
|
||||
|
||||
return {
|
||||
'masajinobe-ef/suda.nvim',
|
||||
config = function()
|
||||
require('suda').setup {}
|
||||
end,
|
||||
opts = {},
|
||||
}
|
||||
Reference in New Issue
Block a user