brightnessctl nvim-plugins
This commit is contained in:
@ -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()
|
||||
|
Reference in New Issue
Block a user