The idea is that the user doesn't have to set g:vem_layout manually in their vemrc file, and the correct layout will be taken from the system configuration.
Potential problems:
- Making it work across platforms
- Requiring external commands that may or may not be present on the system
- Figure out what to do in the case of remote editing (eg. through SSH)
@mirsella opened #3 with working code for Linux. In order to include this functionality, we should ensure that it works for (Linux, Mac and Windows or that there's a reasonable fallback).
The idea is that the user doesn't have to set
g:vem_layoutmanually in theirvemrcfile, and the correct layout will be taken from the system configuration.Potential problems:
@mirsella opened #3 with working code for Linux. In order to include this functionality, we should ensure that it works for (Linux, Mac and Windows or that there's a reasonable fallback).