Riyyi

Results 10 comments of Riyyi

You can change the CSS with the `org-roam-server-style` variable, see this snippet from my config: ``` (setq org-roam-server-style (concat "button#toggle-preview { margin: 4px; }" "div#view-menu { margin: 4px; }" "div#controls...

@bbatsov Thanks for stearing me in the right direction, this was driving me bonkers. Here is a better solution, which keeps lv.el working: ```elisp (defun dot/super-save-disable-advice (orig-fun &rest args) "Dont...

I wrote some glue to sync projects entries between dashboard-nvim and projects.nvim. This can be put anywhere in your config: ```lua -- Add syncing between project.nvim and dashboard-nvim project entries...

@itamark-targa it stores projects when you exit neovim to `vim.fn.stdpath("cache")/dashboard/cache`, which has a table of string filepaths: ```lua return { "/full/path/to/project1", "/full/path/to/project2" } ``` It asks the builtin vim lsp...

@CreeperMario 'or point' so the Wii remote already works to select homebrew? Anyway, I'm also looking forward to your pull request.

+1 Running Firefox 78.0.1 on Linux, Vimium 1.66. Wanted to bind to visitPreviousTab.

Like @linfengOu mentioned, the resolver needs to provide all fields, but the opposite is true as well. If the resolver provides more fields than the formModel, the `$form.values` variable remains...

The 5px was just a guess from me. Just measured the screenshot and its actually 3px from the edge of the display until the edge of the window (its 8px...

I've done some testing and my issue seems to be related to `EXPERIMENTAL_FOCUS_FIRST=1` and options `delay=0 focusDelay=1`. With the above settings I can still reproduce the issue on the `AutoRaise-5.6`...