added some custom fucntions and a new api

This commit is contained in:
venus
2026-05-31 19:46:05 -05:00
parent ccbebb5ceb
commit 2fe6a440b7
2 changed files with 30 additions and 0 deletions

7
lua/plugins/remote.lua Normal file
View File

@@ -0,0 +1,7 @@
return {
'chipsenkbeil/distant.nvim',
branch = 'v0.3',
config = function()
require('distant'):setup()
end
}