mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-05 05:24:19 +01:00
Merge pull request #324 from erka/master
Drop customization for LazyVim starter config checker
This commit is contained in:
@@ -12,9 +12,6 @@ if [ ! -d "$HOME/.config/nvim" ]; then
|
||||
# Use LazyVim
|
||||
git clone https://github.com/LazyVim/starter ~/.config/nvim
|
||||
|
||||
# Disable update notification popup in starter config
|
||||
sed -i 's/checker = { enabled = true }/checker = { enabled = true, notify = false }/g' ~/.config/nvim/lua/config/lazy.lua
|
||||
|
||||
# Make everything match the terminal transparency
|
||||
mkdir -p ~/.config/nvim/plugin/after
|
||||
cp ~/.local/share/omakub/configs/neovim/transparency.lua ~/.config/nvim/plugin/after/
|
||||
|
||||
Reference in New Issue
Block a user