This website works better with JavaScript.
Home
Explore
Help
Sign In
noah
/
dotfiles
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
calmer vimdiff highlighting, and fix some organization problems
main
Noah Hall
6 years ago
parent
2a05e213b2
commit
f1320330a6
4 changed files
with
7 additions
and
2539 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2539
.vim/.viminfo
+4
-0
.vim/colors/mycolorscheme.vim
+0
-0
.vim/syntax/smarty.vim
+3
-0
.vimrc
+ 0
- 2539
.vim/.viminfo
File diff suppressed because it is too large
View File
+ 4
- 0
.vim/colors/mycolorscheme.vim
View File
@ -0,0 +1,4 @@
highlight
DiffAdd
cterm
=
bold
ctermfg
=
10
ctermbg
=
17
gui
=
none
guifg
=
bg
guibg
=
Red
highlight
DiffDelete
cterm
=
bold
ctermfg
=
10
ctermbg
=
17
gui
=
none
guifg
=
bg
guibg
=
Red
highlight
DiffChange
cterm
=
bold
ctermfg
=
10
ctermbg
=
17
gui
=
none
guifg
=
bg
guibg
=
Red
highlight
DiffText
cterm
=
bold
ctermfg
=
10
ctermbg
=
88
gui
=
none
guifg
=
bg
guibg
=
Red
.vim/syntax → .vim/syntax/smarty.vim
View File
+ 3
- 0
.vimrc
View File
@ -50,3 +50,6 @@ augroup resCur
autocmd
!
autocmd
BufWinEnter
*
call
ResCur
(
)
augroup
END
" better vimdiff highlighting
colorscheme
mycolorscheme
Write
Preview
Loading…
Cancel
Save