From d0502e4082440c4cefa00eafc7d7b7aab082ac58 Mon Sep 17 00:00:00 2001 From: Alyxia Sother Date: Mon, 1 Nov 2021 20:12:22 +0100 Subject: [PATCH] [nvim] Add some new extensions --- nvim/dotfiles/plugins-list.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nvim/dotfiles/plugins-list.vim b/nvim/dotfiles/plugins-list.vim index d8b5c84..d5f23b5 100644 --- a/nvim/dotfiles/plugins-list.vim +++ b/nvim/dotfiles/plugins-list.vim @@ -21,5 +21,7 @@ let s:plug = funcref('dotfiles#plugman#register') " Misc {{{ if has('nvim-0.5.0') call s:plug('andweeb/presence.nvim') + call s:plug('github/copilot.vim') endif + call s:plug('wakatime/vim-wakatime') " }}}