Gerrard Lindsay
Gerrard Lindsay
In the screenshot below vim is in the left pane and jless is in the right. Note that the `\"` sequence is highlighted. sample file: ```json { "foo": "this is...
I'm seeing the same behavior connecting to local postgres containers. I also get proper autocompletion from "[vim-dadbod-completion](https://github.com/kristijanhusak/vim-dadbod-completion)".
Building on what @bengle said, this worked for me: ```js import '../node_modules/codemirror/mode/javascript/javascript.js'; ```
For me, I was able to get things working correctly by running `~/.tmux/plugins/tpm/tpm` in a shell. I haven't tried restarting since then so nono sure if it's a long-term fix.