Skip to main content
1 vote
0 answers
54 views

I am trying to run jdtls lsp on the latest nvim 0.12 with minimal setup without using any plugin for my nvim version: NVIM v0.12.0-dev-5299967 Build type: Debug LuaJIT 2.1.1764270282 However, when i ...
prajul's user avatar
  • 1,224
1 vote
0 answers
128 views

I'm using nvim-lspconfig and inlay lines are not showing up for any rust file I'm editing. Here's the config located in .config/nvim/lua/plugins/lsp-config.lua { "neovim/nvim-lspconfig", ...
Voltarix's user avatar
0 votes
1 answer
387 views

I am using Lazyvim, a Neovim distro as an editor for my Flutter project in Windows. I installed flutter-tools.nvim and installed dcm using mason. The setup is ok, but I am having trouble with the go ...
B1LLP4RK's user avatar
0 votes
0 answers
113 views

This is my lsp config for nvim, return { "neovim/nvim-lspconfig", event = { "BufReadPost", "BufWritePost", "BufNewFile" }, branch = "master", ...
Revanth Shalon's user avatar
1 vote
0 answers
47 views

I don't know why, but seems that denoLS is removing all blank lines, no matter what, from my Deno scripts, which is making the code very cramped and, is a very annoying behaviour of the formatter. Why?...
Sigma Octantis's user avatar
3 votes
1 answer
5k views

I received a nil value when attempting to override the mason-lspconfig handlers in my configuration using the following code. There was a similar issue and solution raised on GitHub at nvim-luasnip, ...
AMAN KUMAR's user avatar
1 vote
1 answer
118 views

After installing "nvim-autopairs" which generates matching closing tags for functions/css etc, I am getting this error. Now I have Lazy Package Manager installed, which installed nvim-...
Frizzant's user avatar
  • 796
1 vote
1 answer
381 views

I'm using nvim 0.11.1 in a lsp config, and got clangd installed via mason. The project I'm working on uses the picoSDK, and clangd works inside nvim. The problem is, that it can't seem to find the lib ...
Algebruh's user avatar
  • 131
1 vote
1 answer
44 views

Problem: no completions of SCSS variables like $color-red in all files. I tried autocompletes in variables.scss file itsself. In other SCSS files like general.scss which includes the variables.scss ...
Frizzant's user avatar
  • 796
0 votes
0 answers
115 views

I have a React TypeScript project, here is .eslintrc.json: "env": { "browser": true, "es2021": true }, "extends": ["eslint:...
Yan's user avatar
  • 592
1 vote
1 answer
658 views

I am trying to configure Protobuf LSP support with nvim (I am using Lazyvim package manager). I've read here that bufls is deprecated and that we should be using buf_ls. Using this snippet, I've ...
vasigorc's user avatar
  • 1,002
1 vote
0 answers
289 views

I have configured the gopls LSP as shown below in lspconfig.lua: lspconfig.gopls.setup { on_attach = on_attach, on_init = on_init, capabilities = capabilities, cmd = {"gopls"}, ...
munenecarl's user avatar
2 votes
0 answers
70 views

Hi I've been trying to setup my nvim lsp tsserver compilerOptions during initialization of my lsp but failed. Current docs does not specifically have the compilerOptions in their examples. I tried to ...
Adamson Vispo's user avatar
0 votes
0 answers
89 views

So I'm running my angular project in Neovim (started recently) and when I open a project file and run :LspInfo it says root directory: Running in single file mode. But that doesen't help me at all ...
PiyushD's user avatar
  • 61
1 vote
1 answer
1k views

I recently start working on vue3 framework. As a neovim(neovim 10.0) user I wanted to integrate lsp server in my workflow. I finally wrote the the config like this. local lspconfig = require "...
Abel Maireg's user avatar

15 30 50 per page
1
2 3 4 5
9