Wei Tan

Results 131 comments of Wei Tan

I can give you a solution. But I'm not sure whether it is the best. If you want to debug a lua script located in the `${workspaceFolder}`, e.g named `test.lua`,...

A better solution: - Adding an executable Lua script in `PATH`, named `lrdb` ```lua #!/usr/bin/env lua if not arg[1] then error("Please input a file name") end local lrdb = require("lrdb_server")...

You can disable it with setting `stopOnEntry` to `false`.

Is any workaround now? After I have a glance at the discussion, I think I can release with 2 dll files in the current directory, which is not that elegant....

Another question: does it will make `tabout.nvim` (or similar function) not function? How to make them work together? Thanks.

@baizeyv 谢谢,回头我研究下,听起来很复杂……

The workaound works.

Met the same issue. However, seems the theme is going to be dropped support.

Hmm, the issue make neovim crash. Is there any plan merge #39 ? Thanks.

@l00sed Great! I'll try to use the fork instead. Thanks.