mirror of
https://github.com/ivabus/dotfiles
synced 2024-11-10 02:05:16 +03:00
Update nvim configs
This commit is contained in:
parent
b87dcd1cf3
commit
4061dffed9
|
@ -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
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue