GiorgosXou / init.lua

init.lua | Providing you with the capabilities of NVIM throught the familiarity of VSCode's keybindings.
30 stars 1 forks source link

I am trying to set this up on SSH. #7

Open thakyZ opened 1 year ago

thakyZ commented 1 year ago

I would like to set this up on a remote server, my client is on Windows, and my remote is on Ubuntu. Would I just use the steps for Windows to modify the keybindings for my client, and I wouldn't need to do anything for the remote host.

GiorgosXou commented 1 year ago

This init file is completly outdated, it was designed for an old version of Astronvim 2.0 [...] It doesn't work anymore, at this point it is more like a proof of concept.

GiorgosXou commented 1 year ago

In case you really want to make it work, try replacing the content of this function with the one in this repo

GiorgosXou commented 1 year ago

+ adding some of the function under the g = { ...}