Merge pull request #324 from erka/master

Drop customization for LazyVim starter config checker
This commit is contained in:
David Heinemeier Hansson
2024-11-09 01:46:32 +01:00
committed by GitHub

View File

@@ -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/