Yochem van Rosmalen

Results 61 comments of Yochem van Rosmalen

When i followed the steps in [this comment](https://github.com/mathiasbynens/dotfiles/issues/824#issuecomment-360952481) to reproduce the problem it seems to be broken on my machine too. When using `chflags hidden ~/Library` the folder gets hidden...

@adrw That doesn't seem to work for me (Mojave 10.14.2). Do you know how to get this in Mojave?

@Voleking That works for me for the three finger tap gesture! Thanks. But I thought this issue was about dragging windows with three fingers. Enable it without defaults: `System Preferences...

Oh, that doesn't seem to work either for three finger tap...

Hi, sorry for this! I based the backwards compatibility on the README, and found an error in it: ![image](https://user-images.githubusercontent.com/23235841/179370949-344ca70b-8f53-477e-a1e1-459445a8ea45.png) [see here](https://github.com/Mofiqul/vscode.nvim/blob/ba65e6ad9a486737dcd912a1ae58b940e2b38a5c/README.md). In the lua part the variable has a different...

To comply to the documentation *and* code before my PR, I will only change `vim.g.transparency` to `vim.g.transparent`. Even though it would be better if all values could be set with...

Is this an LSP or treesitter highlight group? If it is, this could be added by yourself now :)

I would suggest to look at [neovim](https://github.com/neovim/neovim) to provide the vim style editing. It's embeddable and offers full support for vim style editing: no need to define these one by...