updated vim state
This commit is contained in:
parent
41cb72adc6
commit
6f7ce4f048
@ -8,7 +8,7 @@ vim:
|
|||||||
options: {}
|
options: {}
|
||||||
lets:
|
lets:
|
||||||
defaults_vim:
|
defaults_vim:
|
||||||
name: "g:skip_defaults_vim"
|
name: g:skip_defaults_vim
|
||||||
value: 1
|
value: 1
|
||||||
rustfmt_autosave:
|
rustfmt_autosave:
|
||||||
name: g:rustfmt_autosave
|
name: g:rustfmt_autosave
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
---
|
---
|
||||||
include:
|
include:
|
||||||
- pkg
|
|
||||||
- .install
|
- .install
|
||||||
- .config
|
- .config
|
||||||
- .plugins
|
- .plugins
|
||||||
|
@ -2,7 +2,9 @@
|
|||||||
{%- from "vim/map.jinja" import vim with context %}
|
{%- from "vim/map.jinja" import vim with context %}
|
||||||
vim-pkg:
|
vim-pkg:
|
||||||
pkg.latest:
|
pkg.latest:
|
||||||
- name: vim
|
- pkgs:
|
||||||
|
- git
|
||||||
|
- vim
|
||||||
|
|
||||||
vim-vimfiles-directory:
|
vim-vimfiles-directory:
|
||||||
file.directory:
|
file.directory:
|
||||||
|
Loading…
Reference in New Issue
Block a user