Configure vim
This commit is contained in:
parent
6b022d29e3
commit
4bad81c4dd
7 changed files with 390 additions and 0 deletions
|
|
@ -0,0 +1,20 @@
|
|||
# Vim
|
||||
# Source: https://github.com/github/gitignore/blob/main/Global/Vim.gitignore
|
||||
#
|
||||
# Swap
|
||||
[._]*.s[a-v][a-z]
|
||||
!*.svg
|
||||
[._]*.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~
|
||||
Loading…
Add table
Add a link
Reference in a new issue