zetashift
zetashift
How can I make Vue work with this plugin? Current look:  But other treesitter langs work fine, e.g. Fennel:  I have this one installed https://github.com/ikatyang/tree-sitter-vue
Is there a way to get `smartindent` or `autoindent` working in markdown code fences? E.g. ``` \```js const foo = (bar) => {|} // Press enter on the | \```...
I'm on Windows 10, and while using the command `` nimble install gintro `` I'm getting the following error: `` preparing gintro nimgrab.nim(35) nimgrab nimgrab.nim(16) syncDownload urldownloader.nim(413) downloadToFile oserr.nim(110) raiseOSError...
I'm trying to run a small `http4s` example with `scala-cli` and for fun I was trying to package it through GraalVM, but I'm running into an error into (what looks...
In a source code block one doesn't get automatic indentation in languages like Python and Nim and F#: ```python #+BEGIN_SRC python def foo(): # Now if you press "Enter" here...
So one can transform a row using `Map`: http://fsprojects.github.io/FSharp.Data/library/CsvProvider.html#Transforming-CSV-files But using that method you'd also have to explicitly pass long all other row values, in the correct order. Could a...
I talked a bit with dom86 about this and he's fine with this one becoming the first-stop for people looking for a sdl2 package. See: https://irclogs.nim-lang.org/29-03-2018.html#11:00:51 Didn't know how to...
Here's my attempt at an helix version for: https://github.com/rebelot/kanagawa.nvim 
#### Describe your feature request Current output of `:tree-sitter-subtree`  This reads fine for small code snippets, but for big blocks it gets kind of unreadable. A way of improving...
Another good first issue!