ming

Results 6 comments of ming

Hi fsquillace, Here is the strace log: ``` strace nvim ... openat(AT_FDCWD, "/dev/null", O_RDONLY|O_CLOEXEC) = 13 socket(AF_UNIX, SOCK_STREAM|SOCK_CLOEXEC|SOCK_NONBLOCK, 0) = 14 bind(14, {sa_family=AF_UNIX, sun_path="/tmp/nvim7B68gF/0"}, 110) = 0 listen(14, 32) =...

> Perhaps building releases on an earlier Ubuntu version would help? I'm currently using ubuntu-latest which is 22.04 (edit: looks like it defaults to 20.04), but 20.04 and even 18.04...

The playbook.yml does nothing when the OS have conda and it will install conda if conda is not available.

I am not sure the [ansible-conda](https://github.com/UDST/ansible-conda) module is idempotent? ansible has [command](http://docs.ansible.com/ansible/command_module.html#command) module and [shell](http://docs.ansible.com/ansible/shell_module.html#shell) module. Shell module and command module are lower level modules that do not have idempotence...

> Could you try running :TSInstall clojure or :TSUpdate for me and see if that helps? Below is the ouput of running :TSUpdate . ``` E492: Not an editor command:...

> Cool so we've confirmed you're not using TreeSitter, might be worth setting it up, I think it's vastly superior to the default system in Neovim and it allows Conjure...