Files
neovim-config/lua/plugins/suedit.lua
T
rootiest a504191ee4 🗝️ Add SuEdit
- Allows detecting and prompting for sudo
- When the user doesn't have permission to edit the file in buffer
2024-07-11 03:40:16 -04:00

9 lines
325 B
Lua

-- -----------------------------------------------------------------------------
-- --------------------------------- SuEdit ------------------------------------
-- -----------------------------------------------------------------------------
return {
"Grafcube/suedit.nvim",
dependencies = "akinsho/toggleterm.nvim",
}