packages/home.jx.yaml

12 lines
223 B
YAML
Raw Permalink Normal View History

2024-05-09 22:53:14 +00:00
resources:
- type: file
transition: present
attributes:
path: .vimrc
mode: 0644
content: |
set tabstop=2 softtabstop=2 shiftwidth=2
autocmd FileType go setlocal ts=2 sts=2 sw=2
set number