diff --git a/.Xdefaults b/.Xdefaults index aa3f273..6ef5ab8 100644 --- a/.Xdefaults +++ b/.Xdefaults @@ -4,7 +4,10 @@ URxvt.foreground: white !URxvt.borderColor: dark grey URxvt.scrollBar: false URxvt.cursorColor: green -URxvt.font: xft:monospace:size=9 +URxvt.font: xft:monospace:size=9,xft:Noto Color Emoji +URxvt.perl-ext-common: default,matcher +URxvt.url-launcher: /usr/bin/xdg-open +URxvt.matcher.button: 1 !! Colorscheme diff --git a/.vimrc b/.vimrc index fae1b28..d9034a0 100644 --- a/.vimrc +++ b/.vimrc @@ -89,6 +89,10 @@ Plug 'AndrewRadev/tagalong.vim' " vim-css-color Plug 'ap/vim-css-color' +" Format code with one button press +Plug 'vim-autoformat/vim-autoformat' +" for HTML formatting install tidy package + call plug#end()