This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let mapleader="," | |
call plug#begin() | |
set rtp+=~/.fzf | |
" colorschemes | |
Plug 'ayu-theme/ayu-vim' | |
" syntax helpers | |
Plug 'jparise/vim-graphql' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MODULE(tests) | |
MODULE(pe) | |
MODULE(elf) | |
MODULE(math) | |
MODULE(time) | |
MODULE(console) | |
#ifdef DOTNET_MODULE | |
MODULE(dotnet) | |
#endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# ABI_VERSION is passed to libtool as --version-number $(ABI_VERSION). This is | |
# not related to YARA's release version, this is used for tracking changes in | |
# the ABI, not in the project as a whole. | |
# | |
# The three number mean [current]:[revision]:[age], and they should updated as | |
# follow: | |
# | |
# 1. With every release increment "revision". | |
# | |
# 2. If any interfaces have been added, removed, or changed since the last |