josean-dev / dev-environment-files

2.63k stars 740 forks source link

lsp functions not working 2023 #34

Closed NykuluzC closed 11 months ago

NykuluzC commented 11 months ago
image

not working gF key while im trying and I cannot directly enter file from preview

image

Note: I already copied the repo keymaps.lua to try if it was my error

tienlx97 commented 11 months ago

@NykuluzC try

use({
   "nvimdev/lspsaga.nvim",
   "commit":"b7b4777",
})
NykuluzC commented 11 months ago
image image

still have error

for reference lsp saga file is:

image
tienlx97 commented 11 months ago

@NykuluzC

https://github.com/tienlx97/dotfile-setup

NykuluzC commented 11 months ago

already fixed, fixed it by changing the lspsaga config from lsp_finder to just finder

image
BocanceaIonut commented 11 months ago

Hello! I still have this issue. Lspsaga finder is not working as well, it's stuck in loading state.

waleking commented 8 months ago

already fixed, fixed it by changing the lspsaga config from lsp_finder to just finder

image

It works for me. Thanks! I think we should add the version information in plugins-setup.lua.