David Else

Results 58 issues of David Else

### Summary ```toml [keys.normal] D = ["collapse_selection", "select_mode", "goto_line_end", "delete_selection"] #

C-bug
A-helix-term

I tried the Linux version https://github.com/helix-editor/helix/releases/download/22.03/helix-22.03-x86_64-linux.tar.xz on Rocky Linux 8.5 (RHEL clone) and got: ``` hx: /lib64/libc.so.6: version `GLIBC_2.29' not found (required by hx) ``` Is it possible to supply...

C-enhancement
A-packaging

``` source ~/dotfiles/neovim/.config/nvim/plugged/fzf/shell/key-bindings.bash ``` Causes `SC1090` When calling shellcheck from the command line you can use `-x`: ``` -x --external-sources Allow 'source' outside of FILES ``` But this is not...

It could be quite easy to add support to vim/neovim without a complex plugin. Prettier can be used in neovim by simply adding the following to the config file and...

enhancement

EDIT: Here is an example of a before and after: https://github.com/tiagovla/tokyodark.nvim/commit/e505c2bf88ef0e3fcb2c46195baacd0fcbe79d6f I think since 0.7 came out the entire theme can be Lua now: https://neovim.io/news/ > Finally, users can now...

I see you have not been on Github for nearly half a year, hope all is well with you :) I use `ltex-ls` everyday, your work is very much appreciated.

1-question ❓

Cool language server! :) With marksman `2022-08-19` on Linux and Neovim I create a table of contents. I have [nvim-lightbulb](https://github.com/kosayoda/nvim-lightbulb) installed. Now the lightbulb is constantly lit (wherever my cursor...

bug

I am afraid that I get a segmentation fault with it and `fzf.vim`/`fzf`. 1. open fzf history with `:History!`, open a file 2. toggle zen mode on 3. open fzf...

upstream
Stale

### Summary @MDeiml In the `keymap.md` file you can see the markdown highlighting is broken, is seems fine in Neovim # Helix ![Screenshot from 2022-09-15 14-37-50](https://user-images.githubusercontent.com/12832280/190419392-caf9a111-c99f-4d0f-b7f8-f435421abb98.png) ![Screenshot from 2022-09-15 14-38-01](https://user-images.githubusercontent.com/12832280/190419727-fea1b1f9-90c2-4b58-bb84-9196af291e17.png)...

C-bug
A-tree-sitter

![Screenshot from 2022-10-14 10-13-36](https://user-images.githubusercontent.com/12832280/195810286-7f99cb82-06fa-4b63-8c9b-3bd4f6bd752d.png) https://blog.rust-lang.org/2022/01/13/Rust-1.58.0.html#captured-identifiers-in-format-strings

C-enhancement
A-tree-sitter
upstream