- Remove macOS/Windows clipboard branches, homebrew fzf path from .vimrc - Remove is_macos/is_windows logic from wezterm.lua - Drop scripts/nvim-offline-* and NVIM_OFFLINE plumbing from nvim config - Clean macOS section from .gitignore; simplify .gitattributes to LF-only - Trim README of offline-bundle section
54 lines
1 KiB
Text
54 lines
1 KiB
Text
# Created by https://www.toptal.com/developers/gitignore/api/vim
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=vim
|
|
|
|
### Vim ###
|
|
# Swap
|
|
[._]*.s[a-v][a-z]
|
|
!*.svg # comment out if you don't need vector files
|
|
[._]*.sw[a-p]
|
|
[._]s[a-rt-v][a-z]
|
|
[._]ss[a-gi-z]
|
|
[._]sw[a-p]
|
|
|
|
# Session
|
|
Session.vim
|
|
Sessionx.vim
|
|
|
|
# Temporary
|
|
.netrwhist
|
|
*~
|
|
# Auto-generated tag files
|
|
tags
|
|
# Persistent undo
|
|
[._]*.un~
|
|
|
|
.config/*
|
|
|
|
!.config/nvim/
|
|
!.config/lazygit/
|
|
!.config/starship/
|
|
!.config/wezterm/
|
|
!.config/zed/
|
|
!.config/zed/settings.json
|
|
!.config/zed/keymap.json
|
|
!.config/tmux/
|
|
!.config/tmux/nord-theme.conf
|
|
!.config/tmux/dragon-theme.conf
|
|
!.config/tmux/wave-theme.conf
|
|
!.config/tmux/tmux-cheatsheet.md
|
|
!.config/tmux/tmux.conf
|
|
!.config/.vimrc
|
|
!.config/.ideavimrc
|
|
|
|
# Ignore subfolders in tmux
|
|
.config/tmux/**
|
|
!.config/tmux/nord-theme.conf
|
|
!.config/tmux/dragon-theme.conf
|
|
!.config/tmux/wave-theme.conf
|
|
!.config/tmux/tmux-cheatsheet.md
|
|
!.config/tmux/tmux.conf
|
|
!.config/.vimrc
|
|
!.config/.ideavimrc
|
|
|
|
.nvimlog
|
|
# End of https://www.toptal.com/developers/gitignore/api/vim
|