ورد

Results 8 comments of ورد

I pretty much only add plasmoids or change minor plasmoid config in my panels (which are generated through a text template of `~/.config/plasma-org.kde.plasma.desktop-appletsrc`, not plasma-manager), and this has served me...

all the maintenance effort this adds is updating `yarnDepsHash` whenever any corresponding `yarn.lock` file is modified, seems like there isn't a straightforward document i can link for this but i'll...

to update `yarnDepsHash` after modifying `yarn.lock` files a maintainer should 1. omit the `yarnDepsHash` field from `mkCivetPackage`'s arguments for their package 2. build the target package with `nix build .#`...

@STRd6, i added an update script

the cli issue should be fixed now. it was based on a misunderstanding on my end of how the cli is bundled. now instead of overriding the `installPhase` added by...

the config @STRd6 provided works fine (with a `vim.lsp.enable('civet_ls', true)` added after it) but needs an extra snippet since `civet` isn't recognised as a vim filetype & files with `.civet`...

the remaining requirements for nvim support are a filetype definition with at least commentstrings (definitions of what civet comments look like), and a tree sitter parser for syntax highlighting and...

this removes the concrete link between each Token_kind value and the name that represents it, which makes the code less readable and less extensible. the data structure that would be...