Nano better syntax highlighting
This commit is contained in:
+2
-2
@@ -1,3 +1,3 @@
|
|||||||
# Nano Backup-Dateien ignorieren
|
# Nano Backup-Dateien ignorieren
|
||||||
.nanobackup/*~
|
.nano/backup/*~
|
||||||
.nanobackup/*~.[0-9]*
|
.nano/backup/*~.[0-9]*
|
||||||
|
|||||||
@@ -0,0 +1,3 @@
|
|||||||
|
[submodule ".nano/syntax"]
|
||||||
|
path = .nano/syntax
|
||||||
|
url = https://github.com/serialhex/nano-highlight.git
|
||||||
Submodule
+1
Submodule .nano/syntax added at d3fdc6a296
@@ -1,9 +1,11 @@
|
|||||||
set autoindent
|
set autoindent # Automatic indent
|
||||||
set backup
|
set backup # Create backup files
|
||||||
set backupdir "/home/daniel/.nanobackup"
|
set backupdir "~/.nano/backup" # Backup directory
|
||||||
set constantshow
|
set constantshow # Cursor position in statusbar
|
||||||
set indicator
|
set indicator # Should display a scrollbar, but probably deprecated?
|
||||||
set linenumbers
|
set linenumbers # Display line nunberd
|
||||||
set mouse
|
set mouse # Mouse support
|
||||||
set noconvert
|
set noconvert # Don't convert DOS/Mac format automatically
|
||||||
set multibuffer
|
set multibuffer # Multifile support
|
||||||
|
|
||||||
|
include ~/.nano/syntax/*.nanorc # Styles from a third party repo
|
||||||
|
|||||||
Reference in New Issue
Block a user