Riyyi
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.