chore(nvim): remove vimwiki

This commit is contained in:
Oliver Davies 2021-12-23 23:11:34 +00:00 committed by GitHub
parent 2eb22cf317
commit c4e0a44495
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,4 @@ return packer.startup(function()
-- Telescope
use 'nvim-telescope/telescope.nvim'
use { 'nvim-telescope/telescope-fzf-native.nvim', run = 'make' }
use 'vimwiki/vimwiki'
end)