2024-06-04 17:02:54 -05:00
|
|
|
sudo add-apt-repository -y ppa:neovim-ppa/stable
|
|
|
|
sudo apt update
|
|
|
|
sudo apt install -y neovim
|
|
|
|
|
|
|
|
if [ ! -d "$HOME/.config/nvim" ]; then
|
2024-05-26 18:09:34 -05:00
|
|
|
git clone https://github.com/LazyVim/starter ~/.config/nvim
|
2024-06-03 18:38:59 -05:00
|
|
|
cp ~/.local/share/omakub/themes/neovim/tokyo-night.lua ~/.config/nvim/lua/plugins/theme.lua
|
2024-05-26 18:09:34 -05:00
|
|
|
fi
|