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