From a88e999d4acc20f3a72a9ddf42d5fcfbdaae6e22 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 1 Nov 2022 16:29:10 +0000 Subject: [PATCH] Remove last bits of Plug --- init.lua | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/init.lua b/init.lua index 00ad4c37..bacb0f5a 100644 --- a/init.lua +++ b/init.lua @@ -1,19 +1,3 @@ -vim.cmd[[ -call plug#begin() -" The default plugin directory will be as follows: -" - Vim (Linux/macOS): '~/.vim/plugged' -" - Vim (Windows): '~/vimfiles/plugged' -" - Neovim (Linux/macOS/Windows): stdpath('data') . '/plugged' -" You can specify a custom plugin directory by passing it as the argument -" - e.g. `call plug#begin('~/.vim/plugged')` -" - Avoid using standard Vim directory names like 'plugin' - -" Make sure you use single quotes - -" Initialize plugin system -call plug#end() -]] - -- TODO convert to lua vim.cmd[[ let g:python3_host_prog = '~/.pyenv/versions/neovim3/bin/python'