-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue memos #848
Comments
|
This comment was marked as resolved.
This comment was marked as resolved.
oipコメント返し |
https://github.com/edmocosta/tuistash pls publish crates.io |
https://github.com/clxmochamalefic/lspctl.nvim いちおうvimjpではつたえた install failed with lazy.nvim(package manager)
### error
```txt
Failed (1)
● lspctl.nvim 0.14ms start
...data/nvim/lazy/lazy.nvim/lua/lazy/manage/task/plugin.lua:95: Vim:E154: Duplicate tag "lspctl" in file /tmp/.repro/data/nvim/lazy/lspctl.nvim/doc/lspctl.txt
```
### my spec and repro
```lua
vim.env.LAZY_STDPATH = ".repro"
load(vim.fn.system("curl -s https://raw.githubusercontent.com/folke/lazy.nvim/main/bootstrap.lua"))()
require("lazy.minit").repro({
spec = {
"MunifTanjim/nui.nvim",
"clxmochamalefic/lspctl.nvim",
},
})
require("lspctl").setup({
info = "h",
start = "s",
stop = "x",
restart = "r",
close = "q",
})
```
|
moody.nvimのアプデエラーhttps://github.com/svampkorg/moody.nvim # Update error with lazy.nvim
https://github.com/svampkorg/moody.nvim/commit/913a9d7cb1e58541175da266439d7e1be5cd9d17 によって、lazy.nvimでプラグインがアップデートできなくなりました。
プラグインの実体を見に行ったところ
```txt
❯ git status
HEAD detached at 47d37de
Untracked files:
(use "git add <file>..." to include in what will be committed)
doc/tags
nothing added to commit but untracked files present (use "git add" to track)
```
とあるのでおそらくlazy.nvimが自動的にタグを生成しているのだと思います。
今は回避策として、自分でフォークし、doc/tags を削除してインストールしています。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: