Peter Kling

Results 10 issues of Peter Kling

After the Atom latextools package seems abandoned, I found the latexer package together with the latex package a more than apt replacement. A few things than are missing and that...

I have a hard time finding my recently created polls in the poll overview. They seem to be sorted by due date, but then many of my polls don't have...

enhancement
beginner friendly

I'm using is.vim together with anzu. Now, is.vim automatically calls :nohlsearch after some cursor movements. Just wondered whether there is an easy way to hook into that to also clear...

### Description This is a minor bugfix. The option `zplugHome` of the `zplug` module allows to set the directory to which `zplug` downloads plugins. The option sets the shell variable...

status: stale

The following is from my personal fork to improve editing (interactively or via actions) of visual selections; maybe it's interesting for main? In any case, thanks for the great plugin...

I'm relatively new to Lua and recently realized that for userdata objects like `axuielementObject` given something like ``` systemElement = hs.axuielement.systemWideElement() currentElement1 = systemElement:attributeValue("AXFocusedUIElement") currentElement2 = systemElement:attributeValue("AXFocusedUIElement") ``` the comparison...

**Describe the bug** When using the 2.20-maintenance branch of nix in a flake-based nix-darwin configuration on my M1 mac, the build fails in the `checkInstallPhase` when running the test `tests/functional/fetchurl.sh`...

bug

### Description I had some problems with the root dir detection of the `lua_ls` language server. I took a look at the [corresponding code](https://github.com/neovim/nvim-lspconfig/blob/9bda20fb967075355f253911bc066a8b5a03c77e/lua/lspconfig/server_configurations/lua_ls.lua#L17-L27) and was surprised that finding the...

documentation
question

Similar in spirit to PR #4, which fixed compilation errors/warnings and a segmentation fault on FreeBSD, this fixes a compilation error and a segmentation fault on macOS.