From 02a56c79711abace87dd46d3f2bd3b03681232dc Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Thu, 20 Oct 2022 20:53:44 -0500 Subject: [PATCH] Move Vim-Plug Neovim Setup TIL to Neovim Section --- README.md | 2 +- {vim => neovim}/set-up-vim-plug-with-neovim.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {vim => neovim}/set-up-vim-plug-with-neovim.md (100%) diff --git a/README.md b/README.md index d5ac155..ee4ad7e 100644 --- a/README.md +++ b/README.md @@ -541,6 +541,7 @@ _1257 TILs and counting..._ - [Allow Neovim To Copy/Paste With System Clipboard](neovim/allow-neovim-to-copy-paste-with-system-clipboard.md) - [Create User Command To Open Init Config](neovim/create-user-command-to-open-init-config.md) +- [Set Up Vim-Plug With Neovim](neovim/set-up-vim-plug-with-neovim.md) ### Netlify @@ -1414,7 +1415,6 @@ _1257 TILs and counting..._ - [Select Several Results From An FZF Search](vim/select-several-results-from-an-fzf-search.md) - [Set End Of Line Markers](vim/set-end-of-line-markers.md) - [Set Your Color Scheme](vim/set-your-color-scheme.md) -- [Set Up Vim-Plug With Neovim](vim/set-up-vim-plug-with-neovim.md) - [Setting Filetype With Modelines](vim/setting-filetype-with-modelines.md) - [Show All Syntax Highlighting Rules](vim/show-all-syntax-highlighting-rules.md) - [Show Matching Entries For Help](vim/show-matching-entries-for-help.md) diff --git a/vim/set-up-vim-plug-with-neovim.md b/neovim/set-up-vim-plug-with-neovim.md similarity index 100% rename from vim/set-up-vim-plug-with-neovim.md rename to neovim/set-up-vim-plug-with-neovim.md