Add kitty and colorizer
This commit is contained in:
parent
2f69cd2ed6
commit
05fcb2fb50
2 changed files with 3 additions and 0 deletions
|
@ -1210,6 +1210,8 @@ dynamic_background_opacity yes
|
|||
|
||||
#: 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
|
||||
#: programs, see launch.
|
||||
|
||||
|
|
1
.vimrc
1
.vimrc
|
@ -16,6 +16,7 @@ Plug 'mattn/emmet-vim'
|
|||
Plug 'justinmk/vim-sneak'
|
||||
Plug 'alvan/vim-closetag'
|
||||
Plug 'mipmip/vim-fluid'
|
||||
Plug 'chrisbra/Colorizer'
|
||||
call plug#end()
|
||||
|
||||
if has('nvim')
|
||||
|
|
Loading…
Reference in a new issue