aMOPel
aMOPel
Currently the env var `$COMPE_ZSH_CACHE_DIR` is ignored by the plugin. It would be a nice feature though.
to make it easy to read up on it with the need to go to your github repo.
Hey there, nice plugin, exactly what i need, though im having a little trouble. Im using [dein](https://github.com/Shougo/dein.vim.git) and it has a little bit of a weird policy for folders. As...
Hi there, really nice plugin :) i had a strange case where context filetype acted out a little with commented lines and thus i couldnt uncomment lines i just commented...
Creating a parser: multiline expressions and multiline statements in a whitespace sensitive language
Thanks for this powerful tool. It's really quite impressive. I've been working on a [parser](https://github.com/aMOPel/tree-sitter-nim/blob/refactor_stuff/grammar.js) for [Nim](https://nim-lang.org/) and I'm stuck on a particular problem: ### Explaining the context It's a...
You've already indirectly talked about enum support in https://github.com/moigagoo/norm/issues/34#issuecomment-544385989 Enums feel like a rather important thing in nim to me, so I think it would great to support it out...
**Current Behaviour** ``` áaaa üuuu ñnnn ``` use `gaa` on each line to capitalize the word results in: ``` Aaa Uuu Nnn ``` **Requested Behaviour** ``` Áaaa Üuuu Ñnnn ```...
Hey there, pretty cool plugin. What do you think about respecting [editorconfig](https://editorconfig.org/)? Just a little check, if `.editorconfig` is present in the project root, to automatically disable the parts of...
**Problem:** I can't figure out how to configure this. **Plugin Setup:** All dependencies installed. ``` 'nvim-neotest/neotest', dependencies = { 'nvim-lua/plenary.nvim', 'nvim-treesitter/nvim-treesitter', 'antoinemadec/FixCursorHold.nvim', 'haydenmeade/neotest-jest', ``` Setup Call ``` require('neotest').setup { adapters...