Nikin Baidar
Nikin Baidar
> @nikinbaidarr We still lack a configuration mechanism to show `info` on specific panes (#296). If we add that at some point, we may also tie this to the same...
> @Nader-gator will the branch `fix-js-dft` be helpful? How do we add this in our vimrc?
I have had the same issue. when you use the function keyword, the highlighting just don't work
Not an add-on specific solution but you can press `Ctrl+l` to focus the url bar then pressing `Shift+enter` to open the current tab on a new window. Not sure if...
Hey! did you find a solution or at least a work around for this issue?
> @nikinbaidar Could you change the title by adding a description of the feature, e.g.: `Feature request: remove bookmark from console` , please? That way on can see what it...
On a Linux system write the following commands: #vim82 for my current version of vim which is 8.2 ``` cd /usr/share/vim/vim82/syntax sudo vim html.vim ``` If you move to line...
> * `delete_all_highlights` is inefficient, it performs `n` database queries, we should just delete all highlights in a single query. I created a new func to run a signle db...
> No, you just all `highlights.clear()` to clear all of the document's highlights. Added this in the latest commit. > * Since this is a very destructive command maybe we...
> This deletes all the highlights (not just the current document's). I see it. I think the problem is with the DB query `DELETE FROM highlights;` which delete everything in...