Robertus Chris

Results 17 comments of Robertus Chris

Which template did you use? If you're trying to use the default ripgrep command in fzf.vim, the command is `:Rg` not `:FZFRg`.

"in doing nothing, you are doing something", some people might say.

You can enable it by disabling the dark theme on head.html (default derectory is in `theme/pulp/layouts/partials/head.html`, you should move it to hugo layout and edit it from there). You can...

I think using `stdpath('data')` is more appropriate rather than using `stdpath('cache')`, like `shada` file.

I have the same problem, the only difference is that i'm on linux. Is there some kind of problem with newer npm version?

@obsessed-af Can you put the error message here? Also, could you check if `fzf.vim` plugin already loaded using `:echo g:loaded_fzf_vim` (if it throw an error, then the plugin is not...

The weird part is that, i could only reproduce this error when using `-V1` flag when starting vim, like this (using the included package in vim): ```sh vim -V1 +'packadd...