nvim-orgmode / telescope-orgmode.nvim

Neovim plugin. Telescope.nvim extension that adds orgmode.nvim integration.
MIT License
10 stars 5 forks source link

Fix refile and run some chores #3

Closed seflue closed 7 months ago

seflue commented 8 months ago

I saw that you fixed some issues recently. While trying out this plugin for the first time, I still observed an issue with refiling, which is now fixed.

I also added a .stylua and ran some reformats to keep the code in a unified shape.

seflue commented 7 months ago

Hi @lyz-code. As I saw, you already merged your fix to main, which is basically the same then mine, but also removes the code duplication. In another branch you also ran stylua over the code base. What's left of my PR here is only the incooperation of a stylua.toml. My suggestion would be to cherry-pick this particular commit into another branch, create a PR and close this one to avoid any merge conflicts.