This commit is contained in:
ge
2024-09-15 14:12:48 +03:00
commit 9d7c62684f
34 changed files with 464 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
" Ansible managed
colorscheme default
filetype plugin on
syntax on
let python_highlight_all = 1
set mouse-=a
set tabstop=4
set shiftwidth=4
set smarttab
set expandtab
set softtabstop=4
set autoindent
set listchars=tab:▸\ ,trail:·
set list
set t_Co=256
set enc=utf-8
set fenc=utf-8
set termencoding=utf-8
set modeline