NEOVIMCONFIG edit

This commit is contained in:
2024-06-04 10:04:36 +02:00
parent 6712670afc
commit 7e41768f96

View File

@@ -537,9 +537,9 @@ echo -e "${YELLOW} Wallpapers END ${NC}"
# ------------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------------
echo -e "${YELLOW} Neovim config Start ${NC}" echo -e "${YELLOW} Neovim config Start ${NC}"
if [ ! -f ~.config/nvim/init.vim ]; then if [ ! -f ~/.config/nvim/init.vim ]; then
mkdir -p ~/.config/nvim mkdir -p ~/.config/nvim
cat << "NEOVIMCONFIG" > ~.config/nvim/init.vim cat << "NEOVIMCONFIG" > ~/.config/nvim/init.vim
syntax on syntax on
set number set number
set numberwidth=5 set numberwidth=5