Skip to content

Instantly share code, notes, and snippets.

View jonnovaretti's full-sized avatar
🐕

Jonathan Novaretti jonnovaretti

🐕
View GitHub Profile
#!/bin/sh
# ------------------------------------------------------------------------------------#
# console log check on changed files
# debugger check on changed files
# merge chars check on changed files
# ------------------------------------------------------------------------------------#
# Redirect output to stderr.
exec 1>&2
# Enable user input
@jonnovaretti
jonnovaretti / .vimrc
Created November 18, 2023 12:55
vimrc
" All system-wide defaults are set in $VIMRUNTIME/archlinux.vim (usually just
" /usr/share/vim/vimfiles/archlinux.vim) and sourced by the call to :runtime
" you can find below. If you wish to change any of those settings, you should
" do it in this file (/etc/vimrc), since archlinux.vim will be overwritten
" everytime an upgrade of the vim packages is performed. It is recommended to
" make changes after sourcing archlinux.vim since it alters the value of the
" 'compatible' option.
" This line should not be removed as it ensures that various options are
" properly set to work with the Vim-related packages.