mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
11 lines
268 B
Bash
11 lines
268 B
Bash
echo "Disable Nvim news alerts box"
|
|
|
|
cat <<EOF
|
|
|
|
This will add a config file to disable it:
|
|
~/.config/nvim/lua/plugins/disable-news-alert.lua
|
|
|
|
EOF
|
|
|
|
cp /usr/share/omarchy-nvim/config/lua/plugins/disable-news-alert.lua ~/.config/nvim/lua/plugins/disable-news-alert.lua
|