FEATURE: task for creating and setting up a new user added, supplementary scripts and configs added
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
set number
|
||||
set tabstop=2
|
||||
" Disable compatibility with vi which can cause unexpected issues.
|
||||
set nocompatible
|
||||
|
||||
" Enable type file detection. Vim will be able to try to detect the type of file in use.
|
||||
filetype on
|
||||
|
||||
" Enable plugins and load plugin for the detected file type.
|
||||
filetype plugin on
|
||||
|
||||
" Load an indent file for the detected file type.
|
||||
filetype indent on
|
||||
|
||||
" Turn syntax highlighting on.
|
||||
syntax on
|
||||
Reference in New Issue
Block a user