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...
: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 ...
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. ...
You have to install coc extension or configure language servers for LSP support.Install extensions like::CocInstall coc-json coc-tsserver Or configure language server in coc-settings.json opened by :CocConfig, like:{ "languageserver": { "go": { "command": "gopls", "rootPatterns": ["go...
I'm new to laravel and I use nvim to edit my stuff. lsp is working, using intellephense and phpactor alongside laravel.nvim. Only problem is the @ directives. They don't want to indent. Can someone help? Intended @if ($paginator->hasPages()) &
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 = "...