Some small changes.

master
Tomasz Polgrabia 2025-01-31 23:10:34 +01:00 committed by Tomasz Półgrabia
parent 4b6f67f6dd
commit 46ffbbd575
1 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
:filetype plugin indent on
:filetype indent on
:set autoindent
:set expandtab tabstop=2 shiftwidth=2 softtabstop=2 smarttab
:set number
filetype plugin indent on
filetype indent on
set autoindent
set expandtab tabstop=2 shiftwidth=2 softtabstop=2 smarttab
set number
:source ~/.vim/bundles/vim-plug/plug.vim
source ~/.vim/bundles/vim-plug/plug.vim
call plug#begin()