{
    "editor.wordWrap": "bounded",
    "files.associations": {
        "*.asy": "c"
    },
    "workbench.iconTheme": "file-icons",
    "vim.enableNeovim": true,
    "vim.neovimPath": "/usr/bin/nvim",
    "vim.leader": ";",
    "vim.insertModeKeyBindings": [
        {
            "before": [";", ";"],
            "after": ["<Esc>"]
        }
    ],
    "vim.normalModeKeyBindingsNonRecursive": [
        {
          "before": ["<leader>", "d"],
          "after": ["d", "d"]
        },
        {
          "before": ["<leader>", "w"],
          "commands": [":w"]
        },
        {
            "before": ["<leader>", "W"],
            "commands": [":w! sudo tee %"]
        },
        {
            "before": ["<leader>", "z"],
            "commands": [":x"]
        },
        {
            "before": ["<leader>", "q"],
            "commands": [":q"]
        },
        {
            "before": ["<leader>", "Q"],
            "commands": [":q!"]
        }
    ],
    "vim.visualModeKeyBindings": [
        {
            "before": [";", ";"],
            "after": ["<Esc>"]
        }
    ],
    "latex-workshop.latex.outDir": "%DIR%/build",
    "latex-workshop.message.update.show": false,
    "latex-workshop.message.log.show": false,
    "latex-workshop.progress.barStyle": "Block Quadrants",
    "latex-workshop.progress.runIconType": "Circled",
    "latex-workshop.chktex.path": "/usr/bin/chktex",
    "latex-workshop.chktex.enabled": true,
    "latex-workshop.intellisense.file.base": "both",
    "latex-workshop.view.pdf.viewer": "external",
    "terminal.integrated.shell.osx": "/bin/zsh",
    "vscodeWorkspaceSwitcher.paths": [
        "~/Projets"
    ],
    "vscodeWorkspaceSwitcher.showTreeView": false,
    "editor.fontSize": 18,
    "terminal.integrated.inheritEnv": false,
    "vscode-md.options.mode": "wysiwyg",
    "vscode-md.options.preview.math.engine": "MathJax",
    "vscode-md.theme.code": "vim",
    "kite.showWelcomeNotificationOnStartup": false,
    "vim.vimrc.path": "$HOME/.config/nvim/init.vim",
    "workbench.editor.enablePreview": false,
    "tabnine.experimentalAutoImports": true,
    "autoDocstring.docstringFormat": "sphinx",
    "autoDocstring.startOnNewLine": true,
    "latex-workshop.kpsewhich.path": "/usr/bin/kpsewhich",
    "latex-workshop.synctex.path": "/usr/bin/synctex",
    "latex-workshop.texcount.path": "/usr/bin/texcount",
    "latex-workshop.texdoc.path": "/usr/bin/texdoc",
    "vscode-neovim.neovimExecutablePaths.linux": "/usr/bin/nvim",
    "vscode-neovim.neovimInitVimPaths.linux": "~/.config/nvim/init.vim",
    "vscode-neovim.highlightGroups.highlights": {

        "Directory": "vim",
        "IncSearch": {
            "backgroundColor": "theme.editor.findMatchBackground",
            "borderColor": "theme.editor.findMatchBorder"
        },
        "Search": {
            "backgroundColor": "theme.editor.findMatchHighlightBackground",
            "borderColor": "theme.editor.findMatchHighlightBorder"
        },
        "Visual": {
            "backgroundColor": "theme.editor.selectionBackground"
        },
        "Conceal": "vim",
        "Substitute": "vim"
    },
    "vscode-neovim.useCtrlKeysForInsertMode": false,
    "vscode-neovim.useCtrlKeysForNormalMode": false,
    "workbench.settings.openDefaultKeybindings": true,
    "python.dataScience.askForKernelRestart": false,
    "python.condaPath": "/home/jeff/miniconda3/condabin/conda",
    "python.dataScience.alwaysTrustNotebooks": true,
    "git.autofetch": true,
    "gitlens.defaultDateFormat": "MMMM Do, YYYY HH:mm:ss",
    "gitlens.defaultTimeFormat": "HH:mm:ss",
    "git.confirmSync": false,
    "security.workspace.trust.untrustedFiles": "open",
    "go.toolsManagement.autoUpdate": true,
    "terminal.integrated.defaultProfile.linux": "zsh",
    "git.enableSmartCommit": true,
    "editor.fontFamily": "'Source Code Pro', 'Nunito Sans', 'Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'",
    "autoHeader": {},
    "redhat.telemetry.enabled": true,
    "arduino.useArduinoCli": true,
}