Gabriele Mongiano
Gabriele Mongiano
I think it is unfortunately not possible at the moment because there's no available RMarkdown tree sitter parser. Even though a markdown parser is now available and can be forked...
I don't understand. What is working? With nvim-treesitter and the markdown parser installed and updated to newest version only markdown files get highlighted, as expected. If I force markdown filetype...
I'm sorry but I do not understand. If i try to run `:TSInstall rmarkdown` i get an error because there's no available rmarkdown parser. The instructions you linked are related...
> But all the code chunks are recognized `.rmd`, so I do get highlighting, the snippets from nvim-r working, I am not sure how playground works yet though, as the...
I usually use them as visual separation between headlines like it's shown in the README's screenshots https://user-images.githubusercontent.com/1782860/123550227-e8605800-d76c-11eb-96f6-c0a677d562d4.gif How do you accomplish that? Do you manually reapply space each time you...
Thanks guys for your responses. I just installed and tested using emacs-org and I can reproduce the behaviour I'm expecting. I don't want to automatically insert a blankline before a...
I stumbled upon this bug too. E.g. if i send to REPL this: `dat["r"]` I get: ```python In [86]: dat["r"]" Input In [86] dat["r"]" ^ SyntaxError: unterminated string literal (detected...
I'm using the latest version, I've installed the plugins just a few hours ago
I'm using this custom REPL ``` repl_definition = { python = { command = {"python", "manage.py", "shell", "-i", "ipython"}, format = require("iron.fts.common").bracketed_paste }, } ``` Edit: It works if I...
Also, if you write a number i.e. 0.2542 but the format is 10 2 0 in the CSV only 0.25 is saved So e.g. if you open a CSV file...