GMDevZ
GMDevZ
_mason 'auto_installation' not working for me.. It's not installing server configured in lspconfig.lua_ nvm... I tried this and it worked just fine :) > just moving mason.rc.lua to plugin/0_mason.rc.lua solves...
I'm having the same problem too.. I'm using LazyVim For me I have to call `:CodyChat` or any Cody command so that `sg.nvim` will be enabled and after that I...
this is my `:LspInfo`  as for my lspconfig: ` tsserver = { enabled = false } ` Is there a way to disable it? may be I just didn't...
`nvim -v: NVIM v0.9.5` `tsc -v: 5.3.3` I only get the duplicate diagnostic with _typescript-tools.nvim_ but when I remove it and just use the plain _extras.typescript_ from **Lazyvim** it works...
here.. under plugins/lsp.lua ``` { "pmizio/typescript-tools.nvim", dependencies = { "nvim-lua/plenary.nvim", "neovim/nvim-lspconfig" }, opts = { on_attach = on_attach, settings = { tsserver_file_preferences = { includeCompletionsForModuleExports = true, -- inlay hints...
unfortunately still the same, I did try reinstalling fresh lazyvim and only added `typescript-tools` and still the same it still duplicates the diagnostics. one thing I notice too is that...
I don't really know why in mine its getting duplicates. This is a fresh install Lazyvim. my config at `/plugins/lsp.lua`:  this what happens when I install `typescript` globally with...
 may be its something to do with the `cmd` ?
>  may be its something to do with the `cmd` ? I manage to fix my issue with this config:  I don't get duplicates now. So I think...
having the same problem here as well. I'm using windows 11