Andrey Listopadov
Andrey Listopadov
May'be I just don't get it, but how do I search files in folder structure?.. What I essentially mean - launch emacs, cd to some folder, and fuzzy search inside...
Right now `clojure-lsp` uses `.lsp` directory for storing server configuration file. This has several problems: 1. `.lsp` is overly-generic name, other language servers may use it. 2. `~/.lsp` and `~/.config/.lsp`...
I kinda like, that I don't have to type `-hook` every time in my whole configuration, but some packages use different names for hooks, and I'd like to set those...
Seen this feature in [Jason Gilman talk](https://www.youtube.com/watch?v=buPPGxOnBnk) about `proto-repl` Atom package. It allows you to explore nested maps, vectors, lists in pop-up window, which I think is quite useful. Emacs...
Hi. I've disabled the rendering of horizontal rulers in Markdown, by setting `markdown-hr-display-char` to `nil`, because it has some problems computing the width of those in the Company Box documentation...
More like a question, but can wrapping be enabled for eldoc-box? I want to restrict maximum width to around 600px, an right now words are being wrapped at the middle:...
Sometimes eldoc is big. It would be nice to be able to scroll output. `lsp-ui-doc` has this feature, and also can be resized and focused with mouse.  This end...
It's chicken egg problem where to solve this, but recently I've started using [lsp-mode](https://github.com/emacs-lsp/lsp-mode) with [lsp-ui](https://github.com/emacs-lsp/lsp-ui) package, and found out that it's quite nice to see both information from eldoc...
lsp-ui
Since Kakoune has info boxes that can be shown at given coordinates, they can be used to display useful info much like [Emacs lsp-ui package](https://github.com/emacs-lsp/lsp-ui) does.
I've used Parinfer for quite long time already, and one thing that kinda annoys me at work is that Parinfer forces me to generate a lot of noise in merge...