Nano better syntax highlighting
This commit is contained in:
parent
b947ea8050
commit
430fe74bc6
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[submodule ".nano/syntax"]
|
||||||
|
path = .nano/syntax
|
||||||
|
url = https://github.com/scopatz/nanorc.git
|
1
.nano/syntax
Submodule
1
.nano/syntax
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 1aa64a86cf4c750e4d4788ef1a19d7a71ab641dd
|
20
.nanorc
20
.nanorc
@ -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/styles/*.nanorc # Styles from a third party repo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user