Skip to content

Instantly share code, notes, and snippets.

View ammarnajjar's full-sized avatar

Ammar Najjar ammarnajjar

View GitHub Profile
# This file is NOT licensed under the GPLv3, which is the license for the rest
# of YouCompleteMe.
#
# Here's the license text for this file:
#
# This is free and unencumbered software released into the public domain.
#
# Anyone is free to copy, modify, publish, use, compile, sell, or
# distribute this software, either in source code form or as a compiled
# binary, for any purpose, commercial or non-commercial, and by any
#!/bin/bash
# File: watchit.sh
# Author: Ammar Najjar <najjarammar@gmail.com>
# Description: watches for a file changes and react to that change
# Last Modified: July 05, 2016
function usage() {
echo "watches for a file changes and react to that change"
echo
@ammarnajjar
ammarnajjar / vimrc
Last active July 19, 2016 22:24
vimrc
" => Header ---------------------- {{{
" File: vimrc.vim
" Author: Ammar Najjar <najjarammar@gmail.com>
" Description: My vim/neovim configurations file
" Last Modified: July 20, 2016
" }}}
" => General ---------------------- {{{
" set by default in neovim
set incsearch
set ttyfast