Skip to content

Restore nvim config from backup#5

Open
o8n wants to merge 1 commit into
masterfrom
fix/restore-nvim-backup
Open

Restore nvim config from backup#5
o8n wants to merge 1 commit into
masterfrom
fix/restore-nvim-backup

Conversation

@o8n

@o8n o8n commented Mar 8, 2026

Copy link
Copy Markdown
Owner

Summary

  • バックアップ (~/.config/nvim.backup/) から動作していたnvim設定を復元
  • 壊れていたプラグイン設定ファイル(fff.lua, telescope.lua, markdown-preview.lua等)を削除
  • user.luaにTelescope/neo-tree/glow/markview設定を含む元の構成に戻す
  • activity-monitor, gwq-ghq, ruby, statusline-custom プラグインを復元

Fixed

  • <Space>ff — Telescope find_filesが動作するように復元
  • <Space>e neo-tree — hide_dotfiles = false でdotfileが表示されるように復元
  • Markdownプレビュー — glow/markviewに戻して動作を復元

Test plan

  • nvim起動時にエラーが出ないこと
  • <Space>ff (Telescope find_files) が動作すること
  • neo-tree (<Space>e) でdotfileが表示されること
  • markdownファイルで :Glow が動作すること

🤖 Generated with Claude Code

Reverts recent plugin reorganization that broke <Space>ff (fff.nvim),
<Space>mp (markdown-preview.nvim), and neo-tree dotfile visibility.
Restores working user.lua with Telescope/neo-tree/glow/markview settings
and removes non-functional plugin files (fff, telescope, markdown-preview,
cmp-cmdline, toggleterm, git-conflict, ai-review).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant