Closed joelpeapen closed 1 year ago
You forgot
" vim
packadd! gruvbox-material
-- Neovim
vim.cmd.packadd{ 'gruvbox-material', bang = true }
Ref.
Thanks, that worked. The only problem is that packer keeps prompting for deletion of the plugin.
@joelpeapen that sounds like a Packer bug 🤔 I'm using Packer myself and didn't run into such issue.
Here is my config: https://github.com/antoineco/dotfiles/blob/d1dabc73/nvim/lua/plugins.lua#L58 (it's supposed to work without opt = true
as well).
I have done the following steps before reporting this issue:
Operating system/version
Ubuntu 22.04.1 LTS x86_64
Terminal emulator/version
kitty 0.27.1
$TERM environment variable
xterm-kitty
Tmux version
No response
Feature matrix
Minimal vimrc that can reproduce this bug.
packer.lua
colors.lua
Steps to reproduce this bug using minimal vimrc
Expected behavior
correct installation
Actual behavior
fatal: could not read Username for 'https://github.com': terminal prompts disabled