diff --git a/vim/.vimrc b/vim/.vimrc index bdfe17a..84bfb47 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -19,4 +19,6 @@ Plug 'tpope/vim-sensible' call plug#end() syntax enable -colorscheme jummidark \ No newline at end of file +colorscheme jummidark + +set tabstop=4 softtabstop=0 expandtab shiftwidth=2 smarttab \ No newline at end of file