mirror of
https://github.com/aljazceru/omakub.git
synced 2026-01-06 05:54:19 +01:00
@@ -2,6 +2,8 @@ sudo apt install -y neovim
|
||||
|
||||
if [ ! -d "$HOME/.config/nvim" ]; then
|
||||
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
|
||||
mkdir -p ~/.config/nvim/plugin/after
|
||||
cp ~/.local/share/omakub/configs/neovim/transparency.lua ~/.config/nvim/plugin/after/
|
||||
cp ~/.local/share/omakub/themes/neovim/tokyo-night.lua ~/.config/nvim/lua/plugins/theme.lua
|
||||
|
||||
Reference in New Issue
Block a user