You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
330 B
14 lines
330 B
"colorscheme jellybeans |
|
colorscheme cottonmouse |
|
|
|
"this stuffz goes in the theme.vim |
|
"just search for the terms 'hi Normal' and 'highlight NonText' |
|
"hi Normal ctermbg=none |
|
"highlight NonText ctermbg=none |
|
|
|
syntax enable |
|
au BufRead,BufNewFile *.hy set filetype=hy |
|
"filetype plugin indent on |
|
"set number |
|
"set cursorline |
|
set showmatch
|
|
|