From 30362b998863daed8ca9611758e4f0d301e11ae0 Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Fri, 23 Apr 2021 11:05:19 +0200 Subject: [PATCH] THE THING --- coc-settings.json => nvim/coc-settings.json | 0 {fnl => nvim/fnl}/init.fnl | 0 {fnl => nvim/fnl}/keybinds.fnl | 0 {fnl => nvim/fnl}/macros.fnl | 0 {fnl => nvim/fnl}/plugins/galaxyline.fnl | 0 {fnl => nvim/fnl}/plugins/lsp.fnl | 0 {fnl => nvim/fnl}/plugins/telescope.fnl | 0 {fnl => nvim/fnl}/utils.fnl | 0 init.vim => nvim/init.vim | 0 plugins.vim => nvim/plugins.vim | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename coc-settings.json => nvim/coc-settings.json (100%) rename {fnl => nvim/fnl}/init.fnl (100%) rename {fnl => nvim/fnl}/keybinds.fnl (100%) rename {fnl => nvim/fnl}/macros.fnl (100%) rename {fnl => nvim/fnl}/plugins/galaxyline.fnl (100%) rename {fnl => nvim/fnl}/plugins/lsp.fnl (100%) rename {fnl => nvim/fnl}/plugins/telescope.fnl (100%) rename {fnl => nvim/fnl}/utils.fnl (100%) rename init.vim => nvim/init.vim (100%) rename plugins.vim => nvim/plugins.vim (100%) diff --git a/coc-settings.json b/nvim/coc-settings.json similarity index 100% rename from coc-settings.json rename to nvim/coc-settings.json diff --git a/fnl/init.fnl b/nvim/fnl/init.fnl similarity index 100% rename from fnl/init.fnl rename to nvim/fnl/init.fnl diff --git a/fnl/keybinds.fnl b/nvim/fnl/keybinds.fnl similarity index 100% rename from fnl/keybinds.fnl rename to nvim/fnl/keybinds.fnl diff --git a/fnl/macros.fnl b/nvim/fnl/macros.fnl similarity index 100% rename from fnl/macros.fnl rename to nvim/fnl/macros.fnl diff --git a/fnl/plugins/galaxyline.fnl b/nvim/fnl/plugins/galaxyline.fnl similarity index 100% rename from fnl/plugins/galaxyline.fnl rename to nvim/fnl/plugins/galaxyline.fnl diff --git a/fnl/plugins/lsp.fnl b/nvim/fnl/plugins/lsp.fnl similarity index 100% rename from fnl/plugins/lsp.fnl rename to nvim/fnl/plugins/lsp.fnl diff --git a/fnl/plugins/telescope.fnl b/nvim/fnl/plugins/telescope.fnl similarity index 100% rename from fnl/plugins/telescope.fnl rename to nvim/fnl/plugins/telescope.fnl diff --git a/fnl/utils.fnl b/nvim/fnl/utils.fnl similarity index 100% rename from fnl/utils.fnl rename to nvim/fnl/utils.fnl diff --git a/init.vim b/nvim/init.vim similarity index 100% rename from init.vim rename to nvim/init.vim diff --git a/plugins.vim b/nvim/plugins.vim similarity index 100% rename from plugins.vim rename to nvim/plugins.vim