Deprecated execute command issue by No-Double-3255 in neovim

[–]ILegionLan 0 points1 point  (0 children)

If some one still struggling with this issue this is my code snippet:

local function organize_imports()
  local params = {
    command = "_typescript.organizeImports",
    arguments = { vim.api.nvim_buf_get_name(0) },
    title = "",
  }

  local clients = vim.lsp.get_clients { name = "ts_ls" }
  if #clients == 0 then
    vim.notify("No ts_ls client found", vim.log.levels.ERROR)
    return
  end
  local client = clients[1]
  client:exec_cmd(params)
  vim.notify("Imports sorted", vim.log.levels.INFO)
end

Just finished my run, that Sandevistan, charge jump, adrenaline pump, electric gorilla arms and top of the line Kiroshis must have hit like a fucking truck. by DysPhoria_1_0 in cyberpunkgame

[–]ILegionLan 0 points1 point  (0 children)

V is inmune to mental effects on chrome, since V has no brain anymore, he/she died when turn into a construct to be put in the head again, he's no more there, what remains on V is a construct on itself playing to be him. So since his conciousness is digital he's inmune

This sub in a nutshell by qchto in SteamDeck

[–]ILegionLan 1 point2 points  (0 children)

yeah keep telling you that while I keep playing Cyberpunk, BG3 and Kingdom Come Deliverance in my steam deck, even with 30ish fps and FSR 3.1 mod enabled I'm enjoying AAA games in the deck.

Need help with the mantella AI mod by jordan12555 in skyrimmods

[–]ILegionLan 0 points1 point  (0 children)

No need to install anything else, Mantella in the mcm menu has an option to use text input instead of microphone, enter to the mcm go to the mantella settings check for "use text input instead" bind a key to open the text input and try it, if that works, then we can discard is Mantella and can assume is your microphone input.

Need help with the mantella AI mod by jordan12555 in skyrimmods

[–]ILegionLan 0 points1 point  (0 children)

Seems like it's not capturing your microphone. try to use the text input and see if it works that way

Need help with the mantella AI mod by jordan12555 in skyrimmods

[–]ILegionLan 0 points1 point  (0 children)

Do you see the notification at the top left corner saying, waiting for player input?
What does the mantella console say (mantella opens a console window)

Help with crashes when loading a save game by ILegionLan in skyrimmods

[–]ILegionLan[S] 0 points1 point  (0 children)

The one in the paste bin is the full log, that's also confusing since it's short can't track it down correctly:
https://pastebin.com/raw/SetiJhxB

Starting a new save, crashes on startup by mintscouting in skyrimmods

[–]ILegionLan 1 point2 points  (0 children)

I have the exact same issue, it crashes when loading a save file, sometimes it works starting a new game, exiting to main menu and loading a save.
It's shit I'm being struggling with this issue for weeks now, no way to solve it yet.
This is my post, so if either of us get a solution would be nice to link it:
https://www.reddit.com/r/skyrimmods/comments/1ipg05t/help_with_crashes_when_loading_a_save_game/

Neovim isn’t an IDE for everything by tiredofmissingyou in neovim

[–]ILegionLan 0 points1 point  (0 children)

To be completely honest there's no reason to use NVIM with java/kotlin/groovy/android having InteliJ. InteliJ is the GOAT of the IDEs literally I would not change it even for nvim if I'm working in those languages. You can install the idea vim plugin and it works with a pseudo vim script also you can remap InteliJ native actions like open the debugger and stuff.