🗝️ Add SuEdit

- Allows detecting and prompting for sudo
- When the user doesn't have permission to edit the file in buffer
This commit is contained in:
2024-07-11 03:40:16 -04:00
parent a9a4ac3704
commit a504191ee4
+8
View File
@@ -0,0 +1,8 @@
-- -----------------------------------------------------------------------------
-- --------------------------------- SuEdit ------------------------------------
-- -----------------------------------------------------------------------------
return {
"Grafcube/suedit.nvim",
dependencies = "akinsho/toggleterm.nvim",
}