smolck

Results 132 comments of smolck

Also any objections to rewriting the bindings generator with Lua instead of Python? The benefit being (a) I think I can make it cleaner, so no external deps or the...

> As I said, I don't have experience with this either, but in my head we would take something like `T: CanBeDeserialized` instead of `Vec`, and if the implementer expects,...

> > But that still exposes Vec, and seemingly by necessity, because how else would one handle the different possible values that could be passed into an rpcnotify(...) call from...

@carlitux Good find! Maybe it makes more sense to keep expressline as just the statusline and then link to nvim-bufferline.lua in the README or something for those that want a...

> But I'm not opposed to contributions here if this functionality is disabled by default How you would you prefer that this sort of highlighting be enabled by the user?...

@udalov Is this something you do want to see implemented in this project? Considering that [KotlinLanguageServer](https://github.com/fwcd/KotlinLanguageServer) exists, it may not be worth the work (having used said LSP a little...

> Is it possible to check if the filer is displayed with goneovim -u NONE ? Yes; but same problems still occur, so I don't think it's a plugin conflict....

> * your OS Arch Linux > * nvim version NVIM v0.5.0-137-g93626b8af ([latest neovim-nightly from AUR](https://aur.archlinux.org/packages/neovim-nightly/)) > * the content of `~/.goneovim/setting.toml` ``` [Editor] # ExtMessages = true ExtPopupmenu =...

> I see. > I wanted to make it work with remote attachments, so I implemented it with vim script. > Certainly, the implementation with lua can be expected to...

With the https://github.com/akiyosi/goneovim/tree/filer-lua branch, the filer works, but it appears cut off, and also my statusbar does not show: ![image](https://user-images.githubusercontent.com/46855713/68995647-aadbdf00-0855-11ea-89fe-f3e98b128317.png)