Add kitty and colorizer

This commit is contained in:
Leon Grünewald 2021-08-30 17:16:19 +02:00
parent 2f69cd2ed6
commit 05fcb2fb50
2 changed files with 3 additions and 0 deletions

View file

@ -1210,6 +1210,8 @@ dynamic_background_opacity yes
#: map f1 launch --stdin-source=@screen_scrollback --stdin-add-formatting --type=overlay less +G -R #: map f1 launch --stdin-source=@screen_scrollback --stdin-add-formatting --type=overlay less +G -R
map ctrl+shift+f launch --stdin-source=@screen_scrollback --stdin-add-formatting --type=overlay nvim +ColorToggle
#: For more details on piping screen and buffer contents to external #: For more details on piping screen and buffer contents to external
#: programs, see launch. #: programs, see launch.

1
.vimrc
View file

@ -16,6 +16,7 @@ Plug 'mattn/emmet-vim'
Plug 'justinmk/vim-sneak' Plug 'justinmk/vim-sneak'
Plug 'alvan/vim-closetag' Plug 'alvan/vim-closetag'
Plug 'mipmip/vim-fluid' Plug 'mipmip/vim-fluid'
Plug 'chrisbra/Colorizer'
call plug#end() call plug#end()
if has('nvim') if has('nvim')