{ "Lua.workspace.checkThirdParty": false, "Lua.workspace.library": [ "~/.local/share/nvim/lazy/lazy.nvim/lua", "~/.local/share/nvim/lazy/nvim-treesitter/lua", "~/.local/share/nvim/lazy/nvim-insx/lua", "~/.local/share/nvim/lazy/dial.nvim/lua", "~/.local/share/nvim-nvim_lsp/lazy/blink.cmp/lua", "~/.local/share/nvim/lazy/telescope.nvim/lua", "~/.local/share/nvim/lazy/plenary.nvim/lua", "~/.local/share/nvim/lazy/neotest/lua/", "~/.local/share/nvim/lazy/snacks.nvim/lua/", "~/.config/nvim/lua", ], "Lua.format.enable": false, "deno.codeLens.references": true, "deno.codeLens.referencesAllFunctions": true, "deno.enable": true, "deno.lint": true, "highlight.colorNames.enable": false, "pydocstring.formatter": "google", "python.formatting.blackPath": "/opt/homebrew/bin/black", "python.formatting.provider": "black", "python.linting.flake8Enabled": false, "python.linting.mypyEnabled": true, "python.linting.ruffEnabled": true, "python.linting.mypyPath": "mypy", "python.pythonPath": "/opt/homebrew/bin/python3", "python.sortImports.path": "/opt/homebrew/bin/isort", "python.venvPath": ".venv", "rust-analyzer.check.command": "clippy", "rust-analyzer.check.targets": [], "rust-analyzer.completion.privateEditable.enable": true, "rust-analyzer.lens.enable": false, "rust-analyzer.procMacro.enable": true, "rust-analyzer.procMacro.attributes.enable": true, "rust-analyzer.updates.channel": "stable", "snippets.ultisnips.pythonPrompt": false, "sumneko-lua.enableNvimLuaDev": true, "sql.database": "postgresql", "toml.schema.associations": { "^(.*(/|\\\\)pyproject\\.toml|pyproject\\.toml)$": "https://json.schemastore.org/pyproject.json" }, "toml.schema.repositoryUrl": "https://taplo.tamasfe.dev/schema_index.json", "tsserver.enable": true, "tsdetect.mode": "auto", "prettier.trailingComma": "all", "eslint.enable": true, "eslint.autoFixOnSave": true, "languageserver": { "astro": { "command": "astro-ls", "args": ["--stdio"], "initializationOptions": { "configuration": {}, "typescript": { "serverPath": "/Users/monaqa/.config/coc/extensions/node_modules/coc-tsserver/node_modules/typescript/lib/typescript.js" } }, "filetypes": [ "astro" ] }, "efm": { "command": "efm-langserver", "args": [], "filetypes": ["satysfi"] }, "elmLS": { "command": "elm-language-server", "filetypes": ["elm"], "rootPatterns": ["elm.json"] }, "nim": { "command": "nimlsp", "filetypes": ["nim"] }, "satysfi-ls": { "command": "satysfi-language-server", "args": [], "filetypes": ["satysfi"], "trace.server": "verbose" }, "todome-ls": { "command": "todome-language-server", "args": [], "filetypes": ["todome"], "trace.server": "verbose" }, "tinymist": { "command": "tinymist", "args": [], "filetypes": ["typst"] }, "svelte": { "command": "/Users/monaqa/.local/share/nvim/mason/bin/svelteserver", "args": ["--stdio"], "filetypes": ["svelte"] }, "nu": { "command": "nu", "args": ["--lsp"], "filetypes": ["nu"], }, "swift": { "command": "sourcekit-lsp", "filetypes": ["swift", "objc", "objcpp", "c", "cpp"] } }, "[python]": {"coc.preferences.formatOnSave": true }, "[rust]": {"coc.preferences.formatOnSave": true }, "[go]": {"coc.preferences.formatOnSave": true }, "[css]": {"coc.preferences.formatOnSave": true }, "[javascript][typescript][typescriptreact]": {"coc.preferences.formatOnSave": true }, "[svelte]": {"coc.preferences.formatOnSave": true }, "[toml]": {"coc.preferences.formatOnSave": false }, "codeLens.enable": false, "codeLens.position": "right_align", "diagnostic.messageTarget": "float", "diagnostic.virtualText": true, "diagnostic.virtualTextCurrentLineOnly": false, "diagnostic.virtualTextPrefix": " ", "diagnostic.warningSign": "🐤", "diagnostic.errorSign": "🚨", "diagnostic.infoSign": "ℹ️ ", "diagnostic.hintSign": "ℹ️ ", "diagnostic.signLevel": "error", "diagnostic.floatConfig": { "winblend": 15 }, "hover.floatConfig": { "winblend": 10, "shadow": false }, "inlayHint.enable": true, "inlayHint.display": false, "inlayHint.refreshOnInsertMode": false, "suggest.snippetIndicator": "►", "suggest.acceptSuggestionOnCommitCharacter": false, "suggest.asciiCharactersOnly": true, "suggest.invalidInsertCharacters": [ "(", "<", "{", "[", "\r", "\n" ], "suggest.noselect": true, "suggest.enablePreselect": false, "suggest.floatConfig": { "winblend": 10 }, "list.insertMappings": { "": "normal:j", "": "normal:k" }, "editor.codeActionsOnSave": { "source.fixAll.eslint": true } }