feat: Create role

This commit is contained in:
2023-09-22 12:06:23 +02:00
committed by pulsar89.5
parent 82119b412d
commit 66408f4cba
4 changed files with 47 additions and 2 deletions

20
templates/vimrc.local.j2 Normal file
View File

@@ -0,0 +1,20 @@
" {{ ansible_managed }}
set nocompatible
set backspace=indent,eol,start
set confirm
set number
set expandtab
set smarttab
set shiftwidth=2
set tabstop=2
" Disable mouse
set mouse=""
set ttymouse=""
" Turn on syntax highlighting by default
syntax on
" Configure airline plugin
let g:airline#extensions#tabline#enabled = 1