Artur Dumchev
Artur Dumchev
Is there any support for foreign languages with non-latin characters?
Fresh install with vim native plugin support (vim/pack), no setup, NVIM v0.6.0, osx monterey. When open clj, python, kotlin, etc, I have some errors (examples below). I just want to...
### Describe the bug When dart code doesn't have a semicolon, vim crashes. ### To Reproduce 1. Create empty file; 2. Run `:TSInstall dart`; 3. Run `:set ft=dart`; 4. Write...
Braces inside strings effect vim behavior In clojure (lisps?), with treesitter hightlight enabled.
### Describe the bug ```clojure (str "e)") ``` In code like above pressing % on left brace will move the cursor on the second brace inside the string. Video with...
Fixing https://github.com/clj-kondo/clj-kondo/issues/1768 - [X] I have read the [developer documentation](https://github.com/clj-kondo/clj-kondo/blob/master/doc/dev.md). - [X] This PR corresponds to an [issue with a clear problem statement](https://github.com/clj-kondo/clj-kondo/blob/master/doc/dev.md#start-with-an-issue-before-writing-code). - [X] This PR contains a [test](https://github.com/clj-kondo/clj-kondo/blob/master/doc/dev.md#tests)...
**version** `clj-kondo v2022.06.22` **platform** running from command line, osx m1 monterei 12.5 aarch64-darwin. **problem** hook like this: ```clojure (defn defstackfn [{:keys [node]}] (println :tags (->> (:children node) (map :tag) doall)))...
I want to open project with as little keybindings as possible. Now I have to open telescope window, search for a project, then press R to show MRU, then selct...