Browse Source

edit yml

master
zeus 1 year ago
parent
commit
757b0a2d2a
  1. 3
      docs/modules/myservices/ansible/neovimuser.yml
  2. 23
      docs/modules/myservices/pages/vim.adoc

3
docs/modules/myservices/ansible/neovimuser.yml

@ -54,12 +54,14 @@
src: ./files/init.lua.vim
dest: "{{ neovim }}"
mode: 0755
backup: yes
- name: copy vimr
copy:
src: ./files/.vimrc
dest: "{{ vimrc }}"
mode: 0755
backup: yes
- name: change own
file:
@ -103,6 +105,7 @@
src: ./files/spell
dest: "{{ vim_dir }}/spell"
mode: 0755
backup: yes
- name: vim plugins

23
docs/modules/myservices/pages/vim.adoc

@ -12,17 +12,16 @@ This is the area where you we guide you to Install and use NeoVim
== Pre-Installation Steps
* change to the cloned repository directory
=== Clone repo
[source,bash]
----
mkdir [dir4project]
cd [dir4project]
git clone https://git.swarmlab.io:3000/docs/docs/src/branch/master
cd docs/modules/myservices/ansible
----
* edit *config* file
=== edit *config* file
[source,bash]
----
@ -31,9 +30,23 @@ export PASSWORD="password_here"
export inventory="local"
----
== Install
=== run install
[source,bash]
----
cd [dir4project]
./install-appl.sh
----
=== change to the ansible directory
Install NeoVim: change to directory [Dir_https://git.swarmlab.io:3000/docs/docs/src/branch/master]/docs/modules/myservices/ansible/
[source,bash]
----
cd [dir4project]
cd docs/modules/myservices/ansible
----
== Install
Run ./nvim_install_and_config.sh

Loading…
Cancel
Save