Merge branch 'master' of git_opytex:/lafrite/Ansible_workstation into master

This commit is contained in:
Bertrand Benjamin 2020-09-30 06:58:26 +02:00
commit bd62991fb6
2 changed files with 5 additions and 4 deletions

View File

@ -48,6 +48,9 @@ set ignorecase " Ignore case while searching
set smartcase " Override ignorecase if search patern contains upper case
set wildmenu " Enable wildmenu
set spell " Enable spell checking
set spelllang=fr
"set autochdir " Your working directory will always be the same as your working directory
execute "set colorcolumn=" . join(range(81,335), ',')

View File

@ -171,11 +171,9 @@
# coc snippets
- name: dotfiles -- Copying snippets
file:
src: files/dotfiles/ultisnips
copy:
src: files/dotfiles/ultisnips/
dest: /home/{{ item.username }}/.config/coc/ultisnips
state: directory
owner: "{{ item.username }}"
group: "{{ item.group }}"
with_items: "{{ dotusers }}"
when: prompt == 'fish'