capabilities or {}) require('lspconfig')[server_name].setup(server) end, }, }) Hi, I am having issue to run volar@2.0.1 with neovim lsp. cmd: vue-language-server --stdio With 1.8.27: With 2.0.1: 👍 16 RayGuo-ergou changed the title Version 2 not working with nvim lsp ...
Language client log: /root/.local/state/nvim/lsp.log Detected filetype: rust 1 client(s) attached to this buffer: Client: rust_analyzer (id: 1, bufnr: [1]) filetypes: rust autostart: true root directory: /root/Documents/RustProjects cmd: /root/.local/share/nvim/mason/bin/rust-analyz...
nvim ~/.config/nvim/after/plugin/nvim-cmp.lua local status, nvim_lsp = pcall(require, "lspconfig") if (not status) then return end --local nvim_lsp = require('lspconfig') --typescript支持 require("lspconf.typescript") --json支持 --require("lspconf.json") --lua --require("ls...
nvim ~/.config/nvim/after/plugin/nvim-cmp.lua local status, nvim_lsp = pcall(require, "lspconfig") if (not status) then return end --local nvim_lsp = require('lspconfig') --typescript支持 require("lspconf.typescript") --json支持 --require("lspconf.json") --lua --require("ls...
- OK: plugin/man.vim not in $VIMRUNTIME - OK: autoload/man.vim not in $VIMRUNTIME mason: require("mason.health").check() === ## mason.nvim report - OK: neovim version >= 0.7.0 - OK: **unzip**: `UnZip 6.00 of 20 April...
🚀 Fast: separated NodeJS process that does not block your vim most of the time. 💎 Reliable: typed language, tested with CI. 🌟 Featured: all LSP 3.16 features are supported, see :h coc-lsp. ️ Flexible: configured like VSCode, extensions work like in VSCode Quick Start Make...
:cactus: Viewer & Finder for LSP symbols and tags vim-rooter Changes Vim working directory to project root. dotfiles 12417.4Shellsymbols-outline.nvim VS dotfiles My dotfiles (by Mte90) FastFold 107061.7Vim Scriptsymbols-outline.nvim VS FastFold ...
require("conform").setup({ formatters_by_ft = { lua = { "stylua" }, -- Conform will run multiple formatters sequentially python = { "isort", "black" }, -- You can customize some of the format options for the filetype (:help conform.format) rust = { "rustfmt", lsp_format = "...
Add warning message when definition not found. Add redraw after g:coc_status changed. Remove change of virtualedit option of snippet. Improved performance of filter completion items. 2018-10-25 Fix implementation and typeDefinition of language client not working. Fix diffLines return wrong range. ...
Debug junit classes or tests not working Running lua require'jdtls'.test_nearest_method() only returns the following and does not execute any test: Running the command does not generate new logs in lsp.log Relevant config: local on_attach_java = function(client) require'illuminate'.on_attac...