Chase Colman

Results 92 comments of Chase Colman

What remains to be done for Windows: - [ ] Update lvim stub - [ ] Implement `lvim --update` in Powershell - [ ] Update installation Powershell to use `lvim...

> You probably didn't see the API, but I can actually specify which plugins to update. Which API are you talking about? Packer's or one you wrote for LunarVim? Mind...

We've already got a desktop file, but it might need some love. Feel free to submit a PR! https://github.com/LunarVim/LunarVim/blob/rolling/utils/desktop/lvim.desktop

This happened to me quite frequently in a repo with a few hundred thousand files and large files. I've switched to fzf because it never freezes my whole editor.

This would require using something like [`beforeinput`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/beforeinput_event) to capture the [IME](https://www.google.com/inputtools/services/features/input-method.html) events. Basically input would require not being sent to neovim until the IME event is finished.

There is no specific option for limiting recursion depth; however, you can use a RegEx with the `ignoreCustomPatterns` option. The RegEx would be something along the lines of `^~/dir/.*/.*` because...

If I recall correctly, the use of MD5 was for compatibility of some library or language which I cannot place exactly. Security-wise, what I committed is quite a big mistake,...

@peak1860 In Lua, strings are not null-terminated as in C or C++. This is likely where the difference is coming from.

@kylo252 The page has broken links in several places

`xclip` applies to Linux, maybe not macOS and certainly not Windows. This is also missing ripgrep, for what it's worth.