74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 --plugin-nvim-lspconfig.lua return { { "neovim/nvim-lspconfig", lazy = false, config = function() vim....
flow.lazyMode: string Default: vim.NIL Set value to enable flow lazy mode flow.logLevel: enum { "error", "warn", "info", "trace" } Default: "info" Log level for output panel logs flow.pathToFlow: string Default: "flow" Absolute path to flow binary. Special var ${workspaceFolder} ...
Anyways, this evening I had some time to set up multiple language servers for nvim-lspconfig. I pretty much splitwhat's already in nvim-lspconfiginto three separate servers (volar_api, volar_doc and volar_html),the same way it's already done in coc-volar. It's worth thinking about a...
12 - "lazy.nvim": { "branch": "main", "commit": "d1de92dffab5a862332fdd1892889d362369c12f" }, 13 - "lualine.nvim": { "branch": "master", "commit": "6a40b530539d2209f7dc0492f3681c8c126647ad" }, 14 - "mason-lspconfig.nvim": { "branch": "main", "commit": "37...
If you have third-party layers on top of lspconfig, such as mason or lazy, it's difficult to tell you exactly how to adjust your config. justinmk added question and removed bug labels Sep 16, 2024 Author tskj commented Sep 16, 2024 Yeah of course I wouldn't expect you to tell ...
Pay extra attention to this if you lazy-load plugins, or somehow "chain" the loading of plugins via your plugin manager.require("mason").setup() require("mason-lspconfig").setup() -- After setting up mason-lspconfig you may set up servers via lspconfig -- require("lspconfig").lua_...
perf: lazy-require some modules during config mason-core.result mason-core.receipt mason-core.process mason-core.spawn mason-core.installer.context mason-core.async.control mason-core.installer.linker mason-core.installer mason-core.providers
hlazy plugin help leader + zfor spell stuff: pa special command that fixed a spell and jumps to the next misspelled word ttoggle spell checker to on and off leader + mfor markdown tools pstart/stop the live server to preview the current markdown file in the default browser ...