Akin
Akin
Hi 👋🏿, It would be great if the light variant of this theme could also be supported, for those times when you need to share your screen, or it's too...
I'm trying to achieve the equivalent of the highlighting provided by something like https://github.com/folke/todo-comments.nvim or the following emacs screenshot. One thing I haven't been able to figure out how to...
### Neovim version (nvim -v) v0.8.0-dev-2497-gfd1595514-dirty ### Vim (not Nvim) behaves the same? N/A ### Operating system/version macOS 12.4 ### Terminal name/version Kitty 0.25.2 ### $TERM environment variable xterm-kitty ###...
### Feature already in Vim? N/A ### Feature description Recently `@spell` support was added to treesitter highlighting which is fantastic and very much appreciated. I've noticed it being added in...
Hi 👋🏿 I recently watched the author of [go.nvim's video](https://www.youtube.com/watch?v=tsLnEfYTgcM) on YT about new features. Two struck out to me as being good candidates to be added here that might...
When using hydras to manage buffers or handle side scrolling ```lua Hydra({ name = 'Buffer management', mode = 'n', body = 'b', color = 'teal', config = { hint =...
This PR adds in a lazy loading module for packer which is entirely based on TJ's project https://github.com/tjdevries/lazy.nvim. It also adds in `@module` syntax for the lazy loaded modules so...
Hi @folke I'm not sure if you'll get this 😅 but I'm guessing you don't have much time to maintain this project any more, which is very understandable ❤️. Which...
Since nvim 0.8 the native way to now specify treesitter highlights is by using the captures directly, i.e. instead of `TSKeyword` the highlight group should now be `@keyword` this allows...
fixes #789