Jon Leopard

Results 6 comments of Jon Leopard

Disabling netrw in your config should do the trick: ``` -- Disable netrw vim.g.loaded_netrw = 1 vim.g.loaded_netrwPlugin = 1 ```

Thank you so much for the write-up @sazro89 ! While it didn't solve my problem, you've definitely put me on the right trail. Cheers :)

I would also love to PaperColor implemented to work with base16-shell! I'll look into what @NLKNguyen said about mapping the colors correctly.

Just wanted to give everyone a small update. I just submitted [pull request](https://github.com/chriskempson/base16-schemes-source/pull/39) to base16's scheme source [repo](https://github.com/chriskempson/base16-schemes-source). Once it's approved, I can then start working with the base16 builders....

Hello everyone, My pull request was finally accepted, so you can now access the papercolor theme through any base16 builder tool. I'm currently using [base16-builder-typescript](https://github.com/golf1052/base16-builder-typescript). After building the theme, you...

Gonna take another shot at this. @NLKNguyen, any chance I could get some pointers here?