This commit is contained in:
don philipe
2023-07-04 11:23:39 +02:00
2 changed files with 8 additions and 1 deletions

View File

@@ -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

4
.vimrc
View File

@@ -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()