ddaza

Results 8 comments of ddaza

I get this when I start to write the path first like this: - Copy the path of the desired file wrap in quotations - at the start of the...

I had the same problem and changed the color on line 180 like this: ``` hi MatchParen ctermfg=cyan ctermbg=208 cterm=bold ``` I had put `cyan` because I don't know how...

thanks @egmontkob cyan === 014 ```vim hi MatchParen ctermfg=014 ctermbg=208 cterm=bold ``` This totally works I dunno how peeps feel about this change.

They never appear when I have my cursor line ON and on a line. And you are correct, the color of the CursorLine and the NonText is the same, so...

these were my changes to make it show. ```diff diff --git a/autoload/dracula.vim b/autoload/dracula.vim index 23f9656..cc43371 100644 --- a/autoload/dracula.vim +++ b/autoload/dracula.vim @@ -12,6 +12,7 @@ let g:dracula#palette.bgdarker = ['#191A21', 234] let...

The image I provided of what is expected is the one that has the potential fix. ![](https://user-images.githubusercontent.com/290254/116427639-cf3d3880-a809-11eb-8703-f8befa86ab4e.png)

Seeing same issue. `hub` completions work normally using the `hub` command (when adding the fix above), but when setting the alias it is not working. Dunno if relevant, but there...

countIRL ```js var ListCountIRL Int ns = [7, 8, 9];;; ns[1];;; // 7 ```