Andrey Listopadov

Results 49 issues of Andrey Listopadov

[Documentation of transformations for LSP style snippets](https://github.com/Microsoft/language-server-protocol/blob/master/snippetSyntax.md#variable-transforms) may be needed to support lsp snippets. Basically transformations allows modifying the placeholder contents, before it is inserted with sed-like commands written inside...

Tried to add this kind of command myself via ``` define-command sudo-write-quit %{ sudo-write quit } ``` But Kakoune exits immediately. Same happens if called interactively `:sudo-write; quit`

Hi, this problem is both because of my configuration and current implementation of the feature. When I'm using god mode I can see a circle in the modeline: ![image](https://user-images.githubusercontent.com/19470159/77921058-eed0fd00-72a7-11ea-95af-82ae81671683.png) When...

enhancement

Hi, I'm trying to preserve the interactive nature of modeline and have clickable buttons with menus in the modeline. I've tried to go the same way as done in normal...

Would be great if Anakondo could annotate completions like CIDER of Clojure LSP do: ![image](https://user-images.githubusercontent.com/19470159/110005387-78474580-7d29-11eb-9c30-aa691ee07d59.png) Macros are annotated with ``, functions with `` and so on. Also the namespace from...

I'd be interested in using [Fennel](https://fennel-lang.org/) as you use lua in `lua %{}` blocks. Fennel is a Lisp that compiles down to Lua, so perhaps it could be possible to...

## Expected behavior Calling `sp-indent-defun` on such form: ``` clojure #_(defn [] 10) ``` Should produce ``` clojure #_(defn [] 10) ``` ## Actual behavior Nothing happens I know that...

With the given Lua code: ``` lua function f() do local res = nil do -- side-effects res = 1 + 2 end end ``` Smartparens matches end of the...

Sorry if this feature was asked or presented in Smartparens, I was unable to find it, and hack upon Smartparens to implement it myself. This is similar to https://github.com/Fuco1/smartparens/issues/508 #...

## What happened? Here's how triangle buttons look with `doom-one-light`: ![image](https://user-images.githubusercontent.com/19470159/127902158-55b25158-2f2b-44a0-ab13-3a4e402609c6.png) And with `doom-one`: ![image](https://user-images.githubusercontent.com/19470159/127902065-a26fdbf3-77f2-48ff-b457-7768711085f2.png) Also happens in `doom-dracula`, `doom-gruvbox`, `doom-henna`, `doom-spacegrey`, and almost all other dark themes. I suspect...

is:bug
re:emacs