Šimon Mandlík

Results 58 issues of Šimon Mandlík

I have no idea if this is doable, but switching to different completion sources (I'm using path and cmdline for `:` in general) after `:[%]s/` or `:g/` would be incredibly...

feature-request

**Question** If the default regex tries to match the first three words besides other things, why the following doesn't work for me? ``` ~ ❯ git pull origin fatal: not...

question

I'm using a lot of plain text sources, like `treesitter`, `buffer`, and `rg`. Many times this means duplicate results (as results have nonzero intersection), which unnecessarily increase the completion window...

feature-request

- `nvim --version`: v0.6.0 - `git --version`: 2.32.0 (Apple Git-132) - Operating system/version: Mac OS Monterey 12.1 - Terminal name/version: iterm2 3.4.15 Bootstrapping suggested in README throws an error on...

bug

Combination of NOT (`!`) operator and OR (`|`) works differently than in vanilla fzf. For example (on this repo with default telescope + fzf-native config): whereas command line fzf gives...

I personally love some of the features vmp brings to the table, namely occurences and new text objects, but I also work with other editors or IDEs. I think it...

Just a simple c++ function ``` int main() { // a lot of space } ``` Works as intended when inside On the last line (`}`): `init.vim`: ``` set nu...

bug

- rename `AlignedBags` to `ContigousBags` - maybe we do not need structs for bags at all?

enhancement

We should include some basic performance checks to the CI, that would detect significant slowdowns. [Good start](https://discourse.julialang.org/t/recommendation-for-ci-benchmark-to-catch-regression/104698/7)

enhancement

Noting down some areas where significant speedups may be achieved: - `vcat` in `ProductNode`s leads to a lot of copying - data deduplication in leaves may lead to lower memory...

enhancement