{ "suggest.noselect": false, "codeLens.enable": false, "languageserver": { "nix": { "command": "rnix-lsp", "filetypes": ["nix"] }, "makepkg": { "command": "pkgbuild-language-server", "filetypes": ["PKGBUILD"] }, "ccls": { "command": "ccls", "filetypes": [ "c", "cpp", "objc", "objcpp" ], "rootPatterns": [ ".ccls", "compile_commands.json", ".vim/", ".git/", ".hg/" ], "initializationOptions": { "cache": { "directory": "/tmp/ccls" }, "highlight": { "lsRanges" : true }, "clang": { "resourceDir": "/Library/Developer/CommandLineTools/usr/lib/clang/11.0.3", "extraArgs": [ "-I", "/Users/64001707/Documents/Programming/cpp/include", "-I", "/Library/Developer/CommandLineTools/usr/include/c++/v1", "-std=c++17" ] } } } }, "clangd.semanticHighlighting": true, "rust-analyzer.updates.checkOnStartup": false, "rust-analyzer.server.path": "~/bin/ra/rust-analyzer-x86_64-unknown-linux-gnu", "rust-analyzer.hover.memoryLayout.enable": true, "cSpell.userWords": [ "Framebuffer", "Minecraft", "Odometry", "Vulkan", "endianness", "lerp", "rasterization", "repr", "setpoint", "spirv", "tpope", "ultigrep", "wgpu" ], "cSpell.ignoreWords": [ "deque" ], "cSpell.enabledLanguageIds": [ "asciidoc", "c", "cpp", "csharp", "css", "git-commit", "gitcommit", "go", "handlebars", "haskell", "html", "jade", "java", "javascript", "javascriptreact", "json", "jsonc", "latex", "less", "markdown", "md", "php", "plaintext", "pug", "python", "restructuredtext", "rust", "scala", "scss", "text", "typescript", "typescriptreact", "vim", "yaml", "yml" ] }