Files
neovim-config/lua/plugins/remote-nvim.lua
T
rootiest 2807567e34 🖍️ Plugin and Theme Formatting
- Formatting cleanup
2024-07-12 21:39:48 -04:00

15 lines
562 B
Lua

-- -----------------------------------------------------------------------------
-- ------------------------------- remote-nvim ---------------------------------
-- -----------------------------------------------------------------------------
return {
"amitds1997/remote-nvim.nvim",
version = "*", -- Pin to GitHub releases
dependencies = {
"nvim-lua/plenary.nvim", -- For standard functions
"MunifTanjim/nui.nvim", -- To build the plugin UI
"nvim-telescope/telescope.nvim", -- For picking b/w different remote methods
},
config = true,
}