docs: added documentation and licensing to yumevim-nix repo

This commit is contained in:
Ceferino Patino 2025-10-20 21:58:04 -05:00
commit f4b394f95c
Signed by: c4patino
SSH key fingerprint: SHA256:9fQ9TsujGrdNNi76mnsu63v7dS5JOmHRZEqBOl49OR8
3 changed files with 782 additions and 0 deletions

29
.gitignore vendored Normal file
View file

@ -0,0 +1,29 @@
# Created by https://www.toptal.com/developers/gitignore/api/direnv,vim
# Edit at https://www.toptal.com/developers/gitignore?templates=direnv,vim
### direnv ###
.direnv
.envrc
### 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~
# End of https://www.toptal.com/developers/gitignore/api/direnv,vim