Claudio Maradonna
12560810b9
Neovim config See merge request unitoo/dot-files!1 |
||
---|---|---|
neovim | ||
.gitattributes | ||
README.md |
README.md
dot-files
Unitoo standardized dotfiles.
Directory Logic
The directory tree logic is the following: program_name/program_name.conf
Each conf file can have
an associated Markdown file named program_name/program_name.md
You can also put the conf inside the actual path
of the configuration file following this logic: program_name/path/to/conf/program_name.conf
Examples:
neovim/neovim.conf
nginx/etc/nginx/nginx.conf
nginx/etc/nginx/nginx.md
Syntax highlighting
In order to display the proper syntax highlighting on Gitlab, edit the .gitattributes file accordingly:
neovim/*.conf gitlab-language=vim
spacemacs/*.conf gitlab-language=elisp