get rid of setup function #1
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/http-codes.nvim#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
would it be possible to replace the setup function with
vim.g.http_codesvariable for the reasons mentioned at https://mrcjkb.dev/posts/2023-08-22-setup.html ?I installed the software and was expecting it to work out of the box since it's very simple but nothing was available so I looked at https://github.com/barrett-ruth/http-codes.nvim/blob/main/lua/http-codes.lua and found out I could run
require('http-codes.fzf-lua').pick()with success. The setup could be lazyloaded run without any user intervention. Having to callsetupmyself makes the plugin extra-hard to use.I agree. Can you write a PR for it? Thanks!