William Parsons-Heins
William Parsons-Heins
Could be worth taking a look at [vscode-neovim](https://github.com/vscode-neovim/vscode-neovim), their solution is to actually use an instance of neovim to handle the keyboard input. I think it would be worth considering...
> Implement what is needed Every vim command? Who's to say what is 'needed' when we're talking about vim-motions? > This way you could easily implement new more advanced features...
> I would say the developers have to decide that, but they have asked for suggestions so i would recommend a smaller subset of the most used vim commands first...
Does anyone know if its possible to use eslint just as the linter?
I tried adding the config property but the logs show `workingDirectory` is still null. ```toml [[language]] name = "tsx" scope = "source.tsx" injection-regex = "^(tsx)$" # |typescript file-types = ["tsx"]...