-
How do I load this plugin with the Lazy plugin manager?
I have tried:
```
return {
"rickhowe/wrapwidth",
config = function()
vim.g.wrapwidth_sign = "↵"
vim.g.wrapwidth_number = 1
end,…
-
I am encountering a persistent warning message with the Pieces Neovim plugin. Each time I open Neovim, I receive the following message:
`Warning: The Pieces Plugin has been updated. To ensure it fu…
-
nightlyを使っている。
- bob
- mise
で入れたところエラーを確認
```txt
Failed to run `config` for nvim-treesitter
...re/bob/nightly/share/nvim/runtime/lua/vim/treesitter.lua:425: Parser could not be created for…
-
The concealment doesn't work.
I'm using Typst with Tinymist.
I use Lazy as a plugin manager.
Conceal works perfectly on tex files with vimtex.
I use
```
{ "MrPicklePinosaur/typst-c…
-
### Problem
previously everything worked fine. I uninstalled Python 3.9, etc. and manually removed most stuffs.
Then I extracted nvim and installed Python 3.8.5.
Now :UpdateRemotePlugins does not c…
-
I noticed that Daytona supports "ANY IDE," including popular editors like Visual Studio Code, JetBrains, and Vim. I primarily use Neovim and, like many Neovim users, rely on the LazyVim package manage…
-
Hello, I'm struggling to install the plugin using the native Vim plugin manager, which seems to expect a structure like:
```
start
--- config
--- plugin
--- xxx.vim
```
and si…
-
Sorry beforehand if this is a dumb question and I'm just using the LSP wrong.
I'm using https://www.lazyvim.org/ as my package manager for Neovim and here's my `~/.config/nvim/lua/plugins/idris2.lu…
-
I start up nvim, and enter yazi.
I can see the files, but doing jk i go up and down, but fully left aligned.
The hl keys dont work for sideways navigation, enter does not select.
yazi works fin…
-
I have tried to follow instructions in `orgguide.txt` to install the plugin to Vim 9 on my Mac. Particularly I did this:
1. Run these commands in shell
```
mkdir -p ~/.vim/pack/git-plugins/st…