From 3327e68b4b8fd8ddc9309e0944a2047827412f95 Mon Sep 17 00:00:00 2001 From: Claudio Maradonna Date: Thu, 5 Aug 2021 10:19:22 +0200 Subject: [PATCH] fix: try to fix gitea syntax highlight --- .gitattributes | 3 --- emacs/spacemacs/{spacemacs.conf => spacemacs.el} | 0 emacs/spacemacs/spacemacs.md | 2 +- neovim/{neovim.conf => neovim.sh} | 0 4 files changed, 1 insertion(+), 4 deletions(-) rename emacs/spacemacs/{spacemacs.conf => spacemacs.el} (100%) rename neovim/{neovim.conf => neovim.sh} (100%) diff --git a/.gitattributes b/.gitattributes index 193e667..e69de29 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +0,0 @@ -neovim/**/*.conf gitlab-language=vim -emacs/**/*.conf gitlab-language=elisp -redis/**/*.conf gitlab-language=vim diff --git a/emacs/spacemacs/spacemacs.conf b/emacs/spacemacs/spacemacs.el similarity index 100% rename from emacs/spacemacs/spacemacs.conf rename to emacs/spacemacs/spacemacs.el diff --git a/emacs/spacemacs/spacemacs.md b/emacs/spacemacs/spacemacs.md index bd86889..c45e379 100644 --- a/emacs/spacemacs/spacemacs.md +++ b/emacs/spacemacs/spacemacs.md @@ -4,7 +4,7 @@ # Quick setup -1. Copy the `spacemacs.conf` file in your $HOME directory and rename as `.spacemacs` +1. Copy the `spacemacs.el` file in your $HOME directory and rename as `.spacemacs` 2. Adapt the file for your needs 3. Install dependecies, for each layer in `dotspacemacs-configuration-layers` function following respective documentation, starting here: [spacemacs layers](https://github.com/syl20bnr/spacemacs/tree/develop/layers) 4. Install your font; in this conf we are using "Anonymous Pro for Powerline" diff --git a/neovim/neovim.conf b/neovim/neovim.sh similarity index 100% rename from neovim/neovim.conf rename to neovim/neovim.sh