feat: Create role
This commit is contained in:
20
templates/vimrc.local.j2
Normal file
20
templates/vimrc.local.j2
Normal 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
|
Reference in New Issue
Block a user