David Else
David Else
https://gist.github.com/jackos/7332fa8ab0b67a87f382fd566696f412 allows this repo to function correctly with rust analyser and the default Neovim LSP setup, is there a reason it is not included? Thanks. https://github.com/rust-lang/rustlings/issues/443 https://github.com/rust-lang/rust-analyzer/issues/4477
I would like to use the linter for all my Browser-based TypeScript and replace ESLint, but I need to use `"deno.enable": true,` to turn the linter on. This stops the...
Hi, I am trying to replace `live-server` for my development with the new `--servedir=` but having problems getting it to watch the files and serve them. Currently, I have: ```...
random document: ``` hello everyone goodbye hello nobody ``` ``` :sort /he ``` the screen starts to highlight **he**llo but I get no autocompletion ``` :sort /hello/ ``` correctly sorts...
After selecting 'PaqLogOpen' right after an update that had https://github.com/savq/paq-nvim/issues/112 : ``` E5108: Error executing lua ...cal/share/nvim/site/pack/paqs/start/paq-nvim/lua/paq.lua:283: Vim(split):E518: Unknown option: add stack traceback: [C]: in function 'cmd' ...cal/share/nvim/site/pack/paqs/start/paq-nvim/lua/paq.lua:283: in function...
`0.11.3` worked fine on RHEL8/Centos8/RockyLinux8, but now `delta-0.12.1-x86_64-unknown-linux-gnu.tar.gz` gives: ``` delta: /lib64/libc.so.6: version `GLIBC_2.29' not found (required by delta) ``` Maybe another binary might work? I am not sure what...
### Before reporting - [X] I have updated my neovim version to latest _master_ - [X] I have updated my plugin to the latest version - [X] I have run...
Using the latest 0.0.73 I got this error when I came back to an unsaved file in normal mode. The cursor was frozen, then after moving around some other files...
It seems the quick-fix menu uses the standard context menu that has no ability to use anything other than the arrow keys to navigate up and down: https://github.com/microsoft/vscode/issues/88076 I think...
I am using Neovim 0.6, but I think this also happened on 0.5.1 (sorry, I can't be certain!) 1. Open nvim, use `fzf.vim` history to open a markdown file 2....