Florian Beeres

Results 25 issues of Florian Beeres

The `nofrils-dark` variant defines [these colors](https://webaim.org/resources/contrastchecker/?fcolor=000080&bcolor=262626) for e.g., `DiffText` and `Normal`, which is pretty hard to read. This actually applies to all diff colors in the dark variant, possibly in...

### Expected behavior No crash ### Steps to reproduce Use this minimal config ``` set noloadplugins let &runtimepath = expand(':p:h') . ',' . &runtimepath runtime plugin/neomake.vim function! MyCustomExe(jobinfo) abort let...

bug

This adds some documentation on an issue that typically arises with ESlint (see #2340 #247). I'm not well versed in documentation syntax for Vim so I mostly tried to stick...

I have `gopls` (Golang LSP) installed and I'm using `nvim-lsp` and the built-in LSP to use `gopls` for omnifunc completion. When invoked manually via `c-x c-o` I get `gopls` completion...

This is Alacritty, Tmux, Neovim on MacOs but I have the same issue outside of Tmux and also on Arch Linux with both Alacritty and Termite. I have this in...

I have absolutely no idea how to write a source myself and because deoplete fails on my system, using the code snippet that kinda adds deoplete as a possible source...

no-plan

I originally reported this problem in [Neovim](https://github.com/neovim/neovim/issues/13113) since that's where the runtime file is, but I think it's just taken from `yats` or at least parts of it are. [`typescript.vim`](https://raw.githubusercontent.com/neovim/neovim/master/runtime/indent/typescript.vim)...

Through a weekend project I ended up trying to package Solana with Nix. The part that I'm struggling with is `cargo-build-bpf`. Essentially this downloads so-called [BPF tools](https://github.com/solana-labs/bpf-tools) and then it...

enhancement
help wanted

If I install the plugin through Home Manager like so ```nix { programs.neovim.configure = { customRC = builtins.readFile ./init.vim; packages.n = { start = [ pkgs.parinfer-rust ]; opt = [...

This is an example for #6 As outlined in the issue I first go through a couple of commonly used functions from `Data.Vector.Mutable`, showing how to create, read and write...