Jack Cogdill
Jack Cogdill
From looking at `vim-javascript`'s [defined syntax](https://github.com/pangloss/vim-javascript/blob/master/syntax/javascript.vim#L136), it seems that the use of `matchgroup` and `start` and `end` makes it inherently incompatible with this plugin. It is using the parentheses to...
@svenjacobs I switched to using [zplug](https://github.com/zplug/zplug) since it seemed all around better.
Any updates on this? I would be willing to help if no one is working on it.
I'm having the same issue.
@WyseNynja I can't for the life of me compile this with any version of openssl or anything. Do you have a precompiled version you could just give out? I'm on...
I ended up getting it to work by force-uninstalling my openssl and then building an older version from source. It was messy and ruined a bunch of my ports from...
+1 running into this as well.
There are some differences here, but I am having success with newly-defined, global group names: ```lua vim.api.nvim_set_hl(0, 'MyNormal', { link = 'NormalFloat', default = true }) ``` This is with...
I was able to use the workaround, thanks. ```lua require('ibl').setup(opts) vim.cmd.highlight('clear @ibl.scope.underline.1') vim.cmd.highlight('link @ibl.scope.underline.1 MyHighlightGroup') ``` For additional context, the underlines in my terminal / neovim setup follow the current...
`/Users/gverm/Desktop/tmp/` doesn't look like something that should be hardcoded. Was this a permissions issue that required a change from `/tmp/`?