Support for all the well-known, and easy-to-use :set
commands, such
as :set wrap
, :set number
, :set colorcolumn
, :set expandtab
,
and more.
You can see it in action in this short video.
The package is not available on MELPA yet, please use Quelpa (or your preferred package manager) to install.
(use-package evil-set-option
:ensure t
:quelpa (evil-set-option
:fetcher github
:repo "FrostyX/evil-set-option"
:branch "main")
:config
(evil-set-option-mode))
The following colon commands, and many others become available. Running them will affect only the current buffer.
:set wrap :set number :set colorcolumn=80 ...