Compare commits
No commits in common. "72214b56c47d6af2f51df222e305e3a584a91087" and "ab41fa62c5b92cdeac2c344988566189e5eb5150" have entirely different histories.
72214b56c4
...
ab41fa62c5
@ -48,9 +48,6 @@ 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), ',')
|
||||
|
@ -171,9 +171,11 @@
|
||||
|
||||
# coc snippets
|
||||
- name: dotfiles -- Copying snippets
|
||||
copy:
|
||||
src: files/dotfiles/ultisnips/
|
||||
file:
|
||||
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'
|
||||
|
Loading…
Reference in New Issue
Block a user