feat: Create role

This commit is contained in:
2025-04-10 16:24:54 +02:00
committed by pulsar
parent 82119b412d
commit 66408f4cba
4 changed files with 47 additions and 2 deletions
+20
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