brightnessctl nvim-plugins

This commit is contained in:
Spangenberg
2023-11-08 21:26:02 +01:00
parent f50bd38a76
commit aa0f005523
3 changed files with 8 additions and 0 deletions

View File

@ -22,3 +22,7 @@ set ttyfast " Speed up scrolling in Vim
" set spell " enable spell check (may need to download language package)
" set noswapfile " disable creating swap file
" set backupdir=~/.cache/vim " Directory to store backup files.
call plug#begin('~/.local/share/nvim/site/plugged')
Plug 'elkowar/yuck.vim'
call plug#end()