Skip to content
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

Open
9 tasks
mimikun opened this issue Oct 5, 2024 · 6 comments
Open
9 tasks

issue memos #848

mimikun opened this issue Oct 5, 2024 · 6 comments
Assignees

Comments

@mimikun
Copy link
Owner

mimikun commented Oct 5, 2024

@mimikun mimikun self-assigned this Oct 5, 2024
@mimikun
Copy link
Owner Author

mimikun commented Oct 16, 2024

  • pipxツール: インストールに失敗する
    • gptme
    • posting

@mimikun

This comment was marked as resolved.

@mimikun
Copy link
Owner Author

mimikun commented Oct 23, 2024

oipコメント返し

@mimikun mimikun moved this to Issue in Pinned issues Dec 3, 2024
@mimikun mimikun closed this as completed by moving to Issue in Pinned issues Dec 3, 2024
@mimikun mimikun reopened this Dec 3, 2024
@mimikun
Copy link
Owner Author

mimikun commented Dec 18, 2024

@mimikun
Copy link
Owner Author

mimikun commented Dec 18, 2024

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",
})
```

@mimikun
Copy link
Owner Author

mimikun commented Dec 25, 2024

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
Labels
None yet
Projects
Status: Issue
Development

No branches or pull requests

1 participant