Chase Colman
Chase Colman
@kylo252 The installer uses `cargo` to install ripgrep and fd-find, so maybe it should go in there and `rg` and `fd` should sub-items of it: https://github.com/LunarVim/LunarVim/blob/rolling/utils/installer/install.sh#L242-L251
> > @kylo252 The installer uses `cargo` to install ripgrep and fd-find > > The thing is that you can install these _through your package manager or something_ and never...
@woshichuanqilz Tags can still be used, but using [language server-based](https://www.lunarvim.org/docs/quick-start#language-server) stuff is probably more useful for finding functions. By default the bindings to access the symbols (function names, variables, etc.)...
Although some of the behavior would be beneficial, namely avoiding conflicts caused by user configuration during an update, Packer snapshots are integrated in core and the git fetch is optimized...
As of nvim 0.9, this can be accomplished with the exrc option. To quote [exrc.nvim](https://github.com/MunifTanjim/exrc.nvim)'s README: > > Neovim v0.9.0 onwards supports secure `.exrc`, `.nvimrc` and `.nvim.lua` files. You don't...
@codebytere Your PR #34581 fixes the case where `setBounds` is called on a view, but not when AutoResize is called. Using this change, I made a temporary fix in my...
This project isn't actively maintained, unfortunately. Try https://github.com/pearofducks/ansible-vim if you have any difficulties.
Related to #8.
The basic protocol for images in Kitty is pretty simple: https://sw.kovidgoyal.net/kitty/graphics-protocol/ I used it to make a simple but fully functional Chromium-based web browser that renders in Kitty and WezTerm...
> > The basic protocol for images in Kitty is pretty simple: > > Point of correction... it's not that "simple" on the end of the terminal emulator. > >...