diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/fnl/plugins/os/init.fnl | 1 | ||||
| -rw-r--r-- | dot_config/nvim/fnl/plugins/os/linux.fnl | 1 | ||||
| -rw-r--r-- | dot_config/nvim/fnl/plugins/os/osx.fnl | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/dot_config/nvim/fnl/plugins/os/init.fnl b/dot_config/nvim/fnl/plugins/os/init.fnl new file mode 100644 index 0000000..44afc2c --- /dev/null +++ b/dot_config/nvim/fnl/plugins/os/init.fnl @@ -0,0 +1 @@ +(require (.. :plugins.os. (jit.os:lower))) diff --git a/dot_config/nvim/fnl/plugins/os/linux.fnl b/dot_config/nvim/fnl/plugins/os/linux.fnl new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/dot_config/nvim/fnl/plugins/os/linux.fnl @@ -0,0 +1 @@ +{} diff --git a/dot_config/nvim/fnl/plugins/os/osx.fnl b/dot_config/nvim/fnl/plugins/os/osx.fnl new file mode 100644 index 0000000..0967ef4 --- /dev/null +++ b/dot_config/nvim/fnl/plugins/os/osx.fnl @@ -0,0 +1 @@ +{} |
