Some small changes.

master
Tomasz Polgrabia 2025-01-31 23:10:34 +01:00
parent 0bc2e27bbd
commit 4b6f67f6dd
4 changed files with 4 additions and 2 deletions

1
scripts/vim/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
plugged

View File

View File

@ -1,3 +1,2 @@
#!/bin/sh
mkdir -p ~/.vim/autoload
ln -s $(readlink -f bunles/plug.vim) ~/.vim/autoload
ln -d -s $(readlink -f .) ~/.vim

View File

@ -4,6 +4,8 @@
:set expandtab tabstop=2 shiftwidth=2 softtabstop=2 smarttab
:set number
:source ~/.vim/bundles/vim-plug/plug.vim
call plug#begin()
Plug 'JuliaEditorSupport/julia-vim'