Felipe Lema

Results 37 issues of Felipe Lema

Support remote commands using tramp ( fix #1777 )

I made an ad-hoc by-line process output reader and it seems that I found a memory leak. I wrapped into a min working example below. This is supposed to `uv.async_send`...

bug

Hi, there Great plugin you got going. I like it that it's easy to configure and/or extend since it's written in lua. One thing I'm missing is being able to...

needs: votes

saving init.lua will `source` the file to update config current neovim process. It will also trigger a re-spawn of lua language server (unless it wasn't configured/setup for editing init.lua, which...

I get a parsing error when feeding a [typed array literal](https://docs.julialang.org/en/v1/manual/arrays/#Typed-array-literals) to emacs-tree-sitter If I input ```julia Float64[1, 2] ``` I get ``` ((source_file (subscript_expression (identifier) (ERROR (number)) (number))) ....

The following code is not correctly parsed when I use emacs-tree-sitter on it ```julia foo() |> bar |> baz qux ``` It prints the following: ``` (source_file (ERROR (call_expression (identifier)...

Input ```julia Channel( c->begin # some comment end) ``` Output ```elisp ((source_file (call_expression (identifier) (argument_list (function_expression (identifier) (compound_expression (comment) (identifier) (MISSING "end")))))) . 156) ``` If I add anything to...

When I feed the following to tree sitter ```julia if a == :end r = 1 end ``` I get ``` ((source_file (if_statement (binary_expression (identifier) (operator))) (assignment_expression (identifier) (number)) (identifier))...

I have the following, somewhat easy to reproduce situation - configure conjure with guile - open `somefile.scm` with nvim (file has a proper `#!/usr/bin/guile -s` as first line, has executable...

enhancement
documentation