Skip to content

A plugin for vim and neovim that allows you to define keyboard shortcuts for switching between themes.

License

Notifications You must be signed in to change notification settings

Black-Hell-Team/gardenal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧛🏻‍♂️ Gardenal

Gardenal is a plugin for Vim that allows you to create keyboard shortcuts to change themes, easy to install and simple to configure.

How install?

first you run the installer

bash install.sh

then you configure it in your configuration file, like in this example:

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>

Contribute

If you want to contribute to the project, just send a pull request and I will review the code and accept it. Please also send a detailed description of your changes or additions to the code.

Contributors

This project exists thanks to all the people who contribute.

About

A plugin for vim and neovim that allows you to define keyboard shortcuts for switching between themes.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 54.5%
  • Shell 45.5%