-
**Describe the bug**
When using cspell with none-ls I added as `extra_filetypes` the `gitcommit` filetype. Diagnostics work fine. However, code actions are not available to fix spelling mistakes.
…
-
### Expected behavior.
Java language support should work as expected.
### The reproduce ways from Vim starting.
Simply install java layer on a fresh install. I have personally installed it with the…
-
I followed the instructions from [http://meanjs.org/docs.html](http://meanjs.org/docs.html) to get started.
But after I started the app in development mode with gulp, the app was started succesfull…
-
**Describe the bug**
When using `mise` to install [`jq`](https://github.com/jqlang/jq), it fails with a 404 error trying to lookup the tag. The `ubi` CLI however can install `jq` just fine.
I be…
jimeh updated
1 month ago
-
So, today, I wanted to do some LFE on my shiny new Mac. The README suggested `lfetool`, and I knew you wrote it, so it's probably cool software. Being a lisper, what I really want is a REPL.
On we go…
-
I have this very simple config:
```lua
return {
'ray-x/lsp_signature.nvim',
event = 'VeryLazy',
config = function()
require('lsp_signature').setup({
bind = true,
handle…
-
Related to #26, I'd like to understand how to use (CVA)[https://cva.style/docs/getting-started/installation] to detect tailwind classes inside the cva function.
I tried to translate their neovim in…
-
[CmdL.txt](https://github.com/luissit0/my_obsidian/files/13426107/CmdL.txt)
-
### Version
Vben Admin V5
### Describe the bug?
v5.0.0
v5.0.1
这两个版本执行pnpm dev、pnpm dev:antd、pnpm reinstall 都报错
+ pnpm dev
``` bash
E:\vben3-admin\v5.0.1>pnpm dev
> vben-admin-pro@5.…
-
I tried to build the hello_world example and it failed.
I followed the instructions:
```
export PATH=/home/loongson/.cargo/bin:$PATH;
rustup component add --toolchain=nightly rust-src
rustup …