user config
This commit is contained in:
parent
86c827dee7
commit
272c6bdfa0
11
home.jx.yaml
Normal file
11
home.jx.yaml
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user