Srinesh Nisala

Results 74 comments of Srinesh Nisala

Same here. Snippets from jdt.ls are appended to the existing text when. I see this behavior only on Java with jdt.ls. ```lua confirmation = { default_behavior = types.cmp.ConfirmBehavior.Insert, }, ```...

@williamboman mason will replace this?

You don't have to go all the way to `1.9`. `:LspInstall [email protected]` works.

@williamboman Is it possible to have versions? something like `[email protected]` in the config and auto install the specific version. At the moment it complains because the LS doesn't exist.

Can we just wait until 5.3 lua integration so we have unicode support 😂🥲

@CharlesChiuGit I think it will. It's about how lua calculates the length of a string. At the moment, lua version embedded into Neovim does not support unicode. So string length...

Just elaborating on the issue again. Following is getting the length of the character using Lua vs JavaScript. As you can see, JavaScript counts the characters while lua counts the...

I'm considering adding unicode support to the plugin in the future.

I believe you are using some kind of a session management plugin. I don't think there is a way to do that outside the session plugin you are using. Although...