{ "suggest.snippetIndicator": "►", "suggest.acceptSuggestionOnCommitCharacter": false, "diagnostic.messageTarget": "float", "diagnostic.virtualText": true, "diagnostic.virtualTextCurrentLineOnly": false, "diagnostic.virtualTextPrefix": " ", "diagnostic.warningSign": "🐤", "diagnostic.errorSign": "🚨", "codeLens.enable": true, "coc.preferences.hoverTarget": "float", "list.insertMappings": { "": "normal:j", "": "normal:k" }, "python.jediEnabled": true, "python.linting.mypyPath": "mypy", "python.linting.flake8Path": "flake8", "python.linting.flake8Enabled": true, "python.linting.mypyEnabled": true, "python.linting.flake8CategorySeverity.E": "Warning", "python.linting.flake8CategorySeverity.F": "Warning", "python.linting.pep8CategorySeverity.E": "Warning", "languageserver": { "golang": { "command": "gopls", "args": [], "rootPatterns": ["go.mod", ".vim/", ".git/", ".hg/"], "filetypes": ["go"] }, "efm": { "command": "efm-langserver", "args": [], "filetypes": ["satysfi"] } }, "yank.highlight.duration": 250, "yank.enableCompletion": false, "rust-analyzer.lens.enable": false }