dawsers
dawsers
> here's an example had to swap `contentscale` to `scalecontent` due hyprland mathing the `content` window rule instead (which is a bug) > > ```diff > + PWINDOW->sendWindowSize(); > g_pCompositor->updateAllWindowsAnimatedDecorationValues();...
OK, we will wait until those PRs are in and I will try to make those changes then, because right now the system doesn't support what you are asking while...
OK, let me know what you want me to do if you want to merge the PR. But I understand if you don't, no worries.
In case anyone is interested, I built these two widgets for CPU and Memory (with the DrawingArea graph). Feel free to use/modify or ignore! ``` js function Graph(value, history, color)...
They are just regular Widgets you need to add to your `Bar`, and then your `Bar` to your `App`. This is a part of my configuration where you can see...
I only meant the '!' in front of the link makes the parser not recognize it as a link for completion or navigation. For example `[[` will trigger auto-completion, but...
> [@dawsers](https://github.com/dawsers) Were you able to make marksman wikilinks work with Obsidian? Meaning, if you hit `gf` (from `obsidian.nvm`) in Neovim on a wiki link created by marksman, or trying...
> > Sorry, I changed my workflow. I don't use marksman or obsidian.nvim any more. > > What did you change to [@dawsers](https://github.com/dawsers) ? :) I wrote a few functions...
> > How come you went for `markdown-oxide` instead of `marksman`, as an LSP? At the time it supported a few things I needed, like the current issue. I haven't...
This plugin is working very well for me, thank you! I am only missing two things that I had in nvim-cmp: 1. [`insertReplaceSupport`](https://cmp.saghen.dev/development/lsp-tracker.html) for LSP (#21): I use this quite...