Add italics in vim
Italicizes comments and anything which should be italicized in text (e.g. markdown *star-surrounded* words). Might lead to errors in ssh connections, will have to test.
This commit is contained in:
parent
c581e72110
commit
4668849a4f
2 changed files with 3 additions and 1 deletions
|
@ -283,6 +283,8 @@ let g:ale_linters = {
|
|||
" PLUGIN: TMUXLINE
|
||||
let g:airline_powerline_fonts=1
|
||||
let g:airline_theme='raven'
|
||||
|
||||
let g:gruvbox_italic=1
|
||||
colorscheme gruvbox
|
||||
|
||||
" disable automatically refreshing the mux statusbar since it breaks tmux
|
||||
|
|
|
@ -25,7 +25,7 @@ set -g terminal-overrides "xterm*:XT:smcup@:rmcup@"
|
|||
set-window-option -g automatic-rename on
|
||||
set-option -g set-titles on
|
||||
set -g mouse on
|
||||
set -g default-terminal screen-256color
|
||||
set -g default-terminal xterm-256color
|
||||
set -g status-keys vi
|
||||
set -g history-limit 10000
|
||||
|
||||
|
|
Loading…
Reference in a new issue