fcying
fcying
> 下载这个玩意 https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer 然后观察下,sshfs.exe的父级进程是哪些 看起来没有父进程... 
> > 下载这个玩意 https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer 然后观察下,sshfs.exe的父级进程是哪些 > > 看起来没有父进程... >  这个是直接调用`exe`启动的. 用批处理启动的 parent是`(12844)`
前面没有减号了. 就是这个....windows下面试下来, 还是这个sshfs工具速度比较快... [https://github.com/billziss-gh/winfsp/releases](https://github.com/billziss-gh/winfsp/releases) 这个是依赖 需要先安装下.
debian 10 only have `libz3-4 libz3-cil libz3-dev`, I install both of them, still no work.
> > > You can try something like: > > ```shell > sudo apt install -y libz3-4 > sudo update-alternatives --install /lib/x86_64-linux-gnu/libz3.so.4.8 libz3.4.8 /lib/x86_64-linux-gnu/libz3.so.4 100 > ``` > > But...
How about to use [https://github.com/clangd/clangd](https://github.com/clangd/clangd)? It don't have any dependencies.
> Does anyone know how to build this from the source? I at one point had a fork with support for qml-lsp, so if I knew how to build from...
> [I was able to use `override`](https://github.com/gotgenes/dotfiles/blob/557d71cd87863920c5bb4bd96fb25dc5c7eca808/private_dot_config/nvim/lua/plugins/programming.lua#L274-L288) to get completions working for `.nvim.lua`, since I use [nvim-config-local](https://github.com/klen/nvim-config-local): > > The option must be a part of the neodev configuration, and...
BTW, If manually config `lua_ls` opts, completion works fine. With the following configuration, only install `neodev`, using its types without setup. ``` local g, fn = vim.g, vim.fn g.mapleader =...
> My apologies. I did have a `.git` directory, so a root was detected and the Lua language server ran in workspace mode. > > This might have something to...