abeldekat
abeldekat
##  ## Describe the bug See [reddit feedback](https://www.reddit.com/r/neovim/comments/1b12oyb/comment/kt6y1gl/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button) Thanks for a new kickstart version! I was wondering: Why has neodev.nvim been removed? For example, when typing `require("cmp").s` inside init.lua,...
This PR implements issue [feature: Statusline caching and custom functions #147](https://github.com/cbochs/grapple.nvim/issues/147) and adds the following: 1. Statusline caching. 2. A uniform hook for the user to implement a statusline, reusing...
### Did you check the docs? - [X] I have read the Grapple docs ### Is your feature request related to a problem? Please describe. Hello @cbochs, Recently, I wrote...
https://github.com/ThePrimeagen/harpoon/assets/58370433/60aa60e3-21e1-4595-9bf2-08b52b1b09cc Hello @ThePrimeagen, First off, thanks for merging this [PR](https://github.com/ThePrimeagen/harpoon/pull/541) Using my plugin [harpoonline](https://github.com/abeldekat/harpoonline), I discovered that the length of the list can be wrong. I [use](https://github.com/abeldekat/harpoonline/blob/a92580198152c56717772e64c90a01efe23656b4/lua/harpoonline/init.lua#L203): ```lua require("harpoon"):list():length() ```...
See issue [559](https://github.com/ThePrimeagen/harpoon/issues/559)
https://github.com/ThePrimeagen/harpoon/assets/58370433/4753445b-08fe-423b-89d6-5889f59c2997 Using harpoon https://github.com/ThePrimeagen/harpoon/assets/58370433/6ee6d3a2-fb9c-43d6-8a17-70c65c93b9ba Replay using grapple.nvim ## The problem Seemingly at random moments, when selecting a harpooned file, the complete statuscolumn disappears. ## Reproduce Required: - treesitter and [treesitter-context](https://github.com/nvim-treesitter/nvim-treesitter-context)...
### Contributing guidelines - [X] I have read [CONTRIBUTING.md](https://github.com/echasnovski/mini.nvim/blob/main/CONTRIBUTING.md) - [X] I have read [CODE_OF_CONDUCT.md](https://github.com/echasnovski/mini.nvim/blob/main/CODE_OF_CONDUCT.md) ### Module(s) mini.statusline ### Description Hello @echasnovski, [Using](https://github.com/abeldekat/nvim_pde/blob/7e487eadba39dbc91d458ab99c00e07c76028c79/lua/ak/config/ui/mini_statusline.lua#L27) this plugin I could dispose of many...
### Neovim version (nvim -v) 0.9.4 ### Operating system/version Arch linux ### Add the debug logs - [X] I have set `log_level = vim.log.levels.DEBUG` and pasted the log contents below....
# Breaking changes in v3 There are breaking changes if the config of the user: - Uses a `custom_formatter` function - Changed property `empty_slots` ( default empty ) - Contains...
### Contributing guidelines - [X] I have read [CONTRIBUTING.md](https://github.com/echasnovski/mini.nvim/blob/main/CONTRIBUTING.md) - [X] I have read [CODE_OF_CONDUCT.md](https://github.com/echasnovski/mini.nvim/blob/main/CODE_OF_CONDUCT.md) - [X] I have updated 'mini.nvim' to latest version ### Module(s) mini.pick, mini.extra ### Description...