Rafael Bodill

Results 122 comments of Rafael Bodill

Any clue? On OSX with X. Maybe should set lib/include/prefix?

... and q to quit :D

Can you guys update with latest `master` and try again?

This has been fixed at c09d0fb

Have you tried disabling Treesitter on large file? does that help? If it does, you can disable it automatically, but adding following to treesitter `opts`: ```lua highlight = { enable...

Adopted LazyVim's autocmds that shutdown treesitter/syntax on large files. See 9c8e28f4

I'm having the same errors as @achikin is experiencing (i.e. _array has incomplete element type_). Can anyone help?

@deanoemcke In a suspended tab, cVim doesn't work at all. You can't even use J/K to navigate through tabs, none of cVim features work.

@mckern why not something simpler? ```rb class Yaml2json < Formula desc "a command line tool convert from yaml to json" homepage "https://github.com/bronze1man/yaml2json" head "https://github.com/bronze1man/yaml2json.git" url "https://github.com/bronze1man/yaml2json.git", :tag => "v1.3", :revision...

@mckern thanks for the explanation, I just moved to Homebrew from Macports.