added some custom fucntions and a new api
This commit is contained in:
7
lua/plugins/remote.lua
Normal file
7
lua/plugins/remote.lua
Normal file
@@ -0,0 +1,7 @@
|
||||
return {
|
||||
'chipsenkbeil/distant.nvim',
|
||||
branch = 'v0.3',
|
||||
config = function()
|
||||
require('distant'):setup()
|
||||
end
|
||||
}
|
||||
Reference in New Issue
Block a user