mirror of
https://github.com/ItsDrike/dotfiles.git
synced 2025-06-30 12:30:43 +00:00
Switch package manager to packer
This commit is contained in:
parent
c5baadf07f
commit
dce7dd58d0
10 changed files with 116 additions and 84 deletions
|
@ -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"})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue