- Allows detecting and prompting for sudo - When the user doesn't have permission to edit the file in buffer
9 lines
325 B
Lua
9 lines
325 B
Lua
-- -----------------------------------------------------------------------------
|
|
-- --------------------------------- SuEdit ------------------------------------
|
|
-- -----------------------------------------------------------------------------
|
|
|
|
return {
|
|
"Grafcube/suedit.nvim",
|
|
dependencies = "akinsho/toggleterm.nvim",
|
|
}
|