Switch package manager to packer

This commit is contained in:
ItsDrike 2021-12-06 13:18:36 +01:00
parent c5baadf07f
commit dce7dd58d0
No known key found for this signature in database
GPG key ID: FB8CA11A2CF3A843
10 changed files with 116 additions and 84 deletions

View file

@ -11,7 +11,7 @@ local fn = vim.fn
-- when I access something as an attribute, but it would be neat to see what that
-- attribute actually holds, is it a class or a fucntion. But from my searching,
-- I wasn't able to find anything like this. This is open to pull requests.
cmd[[Plug 'numirias/semshi', { 'do': ':UpdateRemotePlugins' }]]
-- Plugin: numirias/semshi
if (fn.has("python3")) then
fn.system({"pip", "install", "nvim", "--upgrade"})