diff --git a/configs/nvim/init.vim b/configs/nvim/init.vim index 3762d50..936535f 100644 --- a/configs/nvim/init.vim +++ b/configs/nvim/init.vim @@ -15,3 +15,11 @@ set backupdir=~/.cache/vim set completeopt=noinsert,menuone,noselect set cursorline set relativenumber + +call plug#begin() + +Plug 'catppuccin/nvim', { 'as': 'catppuccin' } + +call plug#end() + +colorscheme catppuccin-macchiato diff --git a/tools/install.sh b/tools/install.sh index a5e733b..3eeab8b 100755 --- a/tools/install.sh +++ b/tools/install.sh @@ -22,8 +22,7 @@ curl -fsSL https://raw.githubusercontent.com/ivabus/ivabus-zsh-theme/master/ivab git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $HOME/.dotfiles/zsh/plugins/zsh-syntax-highlighting > /dev/null 2>&1 # installing vimplug -curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim -# installing jetbrains mono +curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim# installing jetbrains mono if [[ $(uname) = "Linux" ]] then /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/JetBrains/JetBrainsMono/master/install_manual.sh)"