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

This commit is contained in:
2021-06-15 17:04:35 +02:00
30 changed files with 295 additions and 2845 deletions

File diff suppressed because it is too large Load Diff

Submodule files/dotfiles/nvim/autoload/plugged/Zenburn deleted from ec6f369a00

Submodule files/dotfiles/nvim/autoload/plugged/coc.nvim deleted from 688776cf68

Submodule files/dotfiles/nvim/autoload/plugged/fzf deleted from f81feb1e69

Submodule files/dotfiles/nvim/autoload/plugged/fzf.vim deleted from 7a655179a4

Submodule files/dotfiles/nvim/autoload/plugged/goyo.vim deleted from 6b6ed27340

Submodule files/dotfiles/nvim/autoload/plugged/indentLine deleted from 15aceda8c4

Submodule files/dotfiles/nvim/autoload/plugged/lightline.vim deleted from c172131e03

Submodule files/dotfiles/nvim/autoload/plugged/vim-fugitive deleted from caf3b1d569

Submodule files/dotfiles/nvim/autoload/plugged/vim-repeat deleted from c947ad2b6a

Submodule files/dotfiles/nvim/autoload/plugged/vim-signify deleted from dfa1e55fe1

Submodule files/dotfiles/nvim/autoload/plugged/vim-snippets deleted from 087d3e7c72

Submodule files/dotfiles/nvim/autoload/plugged/vim-surround deleted from f51a26d371

Submodule files/dotfiles/nvim/autoload/plugged/vim-tmux-navigator deleted from 44ba6fbe45

Submodule files/dotfiles/nvim/autoload/plugged/vimtex deleted from d777cb13f2

View File

@@ -0,0 +1,11 @@
{
"coc.preferences.formatOnSaveFiletypes": [
"rst",
"javascript",
"python",
"json",
"yaml"
],
"python.jediEnabled": false,
"python.formatting.provider": "black"
}

View File

@@ -8,3 +8,5 @@
vmap < <gv
vmap > >gv
" Automatically spell check last error in insert mode
inoremap <c-f> <c-g>u<Esc>[s1z=`]a<c-g>u

View File

@@ -49,7 +49,7 @@ set smartcase " Override ignorecase if search patern c
set wildmenu " Enable wildmenu
set spell " Enable spell checking
set spelllang=fr
set spelllang=fr,en
set nrformats+=alpha " letter concidered as number for Ctrl-A or Ctrl-X

View File

@@ -1,6 +1,7 @@
let maplocalleader = "\<Space>"
let g:tex_conceal = ""
set conceallevel=0
let g:vimtex_compiler_latexmk = {
\ 'backend' : 'nvim',