Nat

Results 28 comments of Nat

So let's take another look at the README: ``` use { 'myusername/example', -- The plugin location string -- The following keys are all optional disable = boolean, -- Mark a...

See this issue for a discussion on how to use the `opt` to lazy load plugins per filetype: https://github.com/wbthomason/packer.nvim/discussions/946 In a sense this is the opposite of what you are...

Please provide steps to reproduce this behavior including a minimal Neovim configuration.

I tested with an empty init.lua except for this packer code: ``` return require('packer').startup(function(use) use('https://github.com/wbthomason/packer.nvim') end) ``` snyc says 3 plugins, status says 1

whenever they accept my PR. I don't know how actively packer is maintained

Thanks for making Packer and for the explanation @wbthomason. Your solution sounds good to me. For the record, my comment about maintenance activity above was simply an "I don't know...

Based on your packer log file it seems like you have a problem with your configuration. It would be a good idea to go through your packer configuration from start...

this will be very useful

Can `docutils` be updated to `0.19` ?

Thanks for this report, I will look into adding a disable option.