forked from mcandre/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.nanorc
executable file
·37 lines (30 loc) · 839 Bytes
/
.nanorc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# ln -s ...path/path/path/.nanorc ~/.nanorc
# Syntax Highlighters
# https://github.com/serialhex/nano-highlight
# Show line and column numbers
set const
## Soft tabs
#set tabstospaces
## Width 2
#set tabsize 2
# Disable for better BusyBox/Android support
# # Autoindent
# set autoindent
# Syntax highlighting
include "~/.nano/asm.nanorc"
include "~/.nano/c.nanorc"
include "~/.nano/css.nanorc"
include "~/.nano/haskell.nanorc"
include "~/.nano/html.nanorc"
include "~/.nano/java.nanorc"
include "~/.nano/js.nanorc"
include "~/.nano/lua.nanorc"
include "~/.nano/markdown.nanorc"
include "~/.nano/perl.nanorc"
include "~/.nano/php.nanorc"
include "~/.nano/python.nanorc"
include "~/.nano/ruby.nanorc"
# Disable for better BusyBox/Android support
# include "~/.nano/sh.nanorc"
include "~/.nano/tex.nanorc"
include "~/.nano/xml.nanorc"