gardenal : It's a hydra for vim that automates theme switching.
script karma |
Rating 12/3,
Downloaded by 57 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Bruno Ciccarino |
|
script type |
utility |
|
description |
Gardenal is a plugin for Vim that makes it easy to switch between themes through customizable keyboard shortcuts. Based on the "hydra" concept, the plugin allows users to configure a sequence of themes and switch between them quickly and efficiently, improving the visual customization experience in the editor.
|
|
install details |
If you want to download the installer, it's in the official repository on github, but if you want to do it manually, just move this plugin to the .vim/plugins folder, then you can add something like this to your .vimrc configuration file:
source ~/.vim/plugins/gardenal.vim
let themes = ['desert', 'gruvbox', 'monokai']
call MapThemeSwitcherKeys(themes)
nnoremap <silent> 1 :call ThemeSwitcher(themes, 1)<CR>
nnoremap <silent> 2 :call ThemeSwitcher(themes, 2)<CR>
nnoremap <silent> 3 :call ThemeSwitcher(themes, 3)<CR> |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 98.82.120.188
|