Xavier Young
Xavier Young
Sorry for my mistake. Now LS launch successfully.
@williamboman this is also the only way to use the server for me 🤣
请问有计划支持neovim吗
向 nvim-lsp-installer 提了新语言服务器请求 https://github.com/williamboman/nvim-lsp-installer/issues/328
通过 `persist` 在升级、卸载重装时保留三个文件夹: `Data`(存放所有数据的目录),`AppIcons`(记录了数据的进程的图标),`Log`(错误日志)。不知道 `Log` 文件夹需不需要按版本分开存放。`tai` 的 `manifest` 在这里: https://github.com/younger-1/scoop-it/blob/master/bucket/tai.json
@ram02z Thank you~
I think most plugins put their image in issues (by just drag/patste image to github's markdown editor), which could be refer to as a showcase in the readme of plugin....
@kylo252 You are pretty right. And symbolic link require extra `sudo` privilege in `PowerShell` which is diffent from `pwsh` or `PowerShell Core` I use :sweat_smile: . I think the majority...
> > > @kylo252 You are pretty right. And symbolic link require extra `sudo` privilege in `PowerShell` which is diffent from `pwsh` or `PowerShell Core` I use 😅 . I...
As a workaround, creating hard link by `mklink` may work as expect. But I think using symbolic link is better if possible.