diff options
author | Chris <[email protected]> | 2020-08-07 21:33:09 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-08-07 21:33:09 -0400 |
commit | aa4576364b4e0663fa6ee4ac96080f6433ad4f5b (patch) | |
tree | e3160ae8c98897c6cda97317d0e316c38546f4ff /utils/init.vim | |
parent | bf4c1d31045ad107f223b62edbab20a0f7a219d6 (diff) |
fixing install script
Diffstat (limited to 'utils/init.vim')
-rw-r--r-- | utils/init.vim | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/init.vim b/utils/init.vim new file mode 100644 index 00000000..079a3b4b --- /dev/null +++ b/utils/init.vim @@ -0,0 +1,3 @@ +" DO NOT REMOVE THIS IS USED FOR INSTALL SCRIPT +" Just pull in plugins for install +source $HOME/.config/nvim/vim-plug/plugins.vim |