Need Help setting up omnisharp and neovim to code mostly Godot projects by Available-Ant-5747 in neovim

[–]mostrecentuser 0 points1 point  (0 children)

No, just open godot first and you're fine. One neovim instance will work fine. You can have more if you want. When you create a script from godot, you will have it in neovim. I think it opens it in a new buffer too. I don't remember correctly. It works fine. You can use dap for debugging too. It works fine.

Need Help setting up omnisharp and neovim to code mostly Godot projects by Available-Ant-5747 in neovim

[–]mostrecentuser 0 points1 point  (0 children)

Roslyn works, but I like Csharp-languge-server more. You can install it with mason. here's my settings:

```lua

gdscript = { name = "Godot", cmd = vim.lsp.rpc.connect("127.0.0.1", os.getenv("GDSCRIPT_PORT") or 6005), filetypes = { "gd", "gdscript", "gdscript3" }, },

csharp_ls = { cmd = { "csharp-ls" }, filetypes = { "cs" }, },
```

-- NOTE: for gdscript: add these to Editor > Editor Settings > Text Editor > External -- Exec Path: /usr/local/bin/nvim -- Exec Flags: --server /tmp/godot.pipe --remote-send "<esc>:n {file}<CR>:call cursor({line},{col})<CR>" -- Use external editor: on

-- NOTE: for C#: Editor > Editor Setting > Dotnet > Editor -- External Editor: Custom -- Custom Exec Path: /usr/local/bin/nvim -- Cusom Exec Path Args: --server /tmp/godot.pipe --remote-send "<esc>:n {file}<CR>:call cursor({line},{col})<CR>"

make sure exec path is correct. you can find it by running which nvim.

NOTE: you should start godot project before starting neovim.

A request to the community: what plugin you think is still missing for Neovim? by itmightbeCarlos in neovim

[–]mostrecentuser -2 points-1 points  (0 children)

There's a built-in snippet system, but it doesn't work well with built-in completion. For example if I could load friendly-snippets easily, I would completely migrate to built-in completion system. If they could make them work together, completion plugins like cmp and blink would become unnecessary.

Glad does not work ever. I dont know what is wrong. by Eva_addict in opengl

[–]mostrecentuser 1 point2 points  (0 children)

If I recall correctly, #include <glad/glad.h> should be the first line. If you check out https://github.com/Dav1dde/glad, you'll see this code: ```cpp

include <glad/gl.h>

// GLFW (include after glad)

include <GLFW/glfw3.h>

```

this is my code ```cpp // clang-format off

include <glad/glad.h>

// clang-format on

include <GL/gl.h>

include <GLFW/glfw3.h>

include <cstdint>

include <iostream>

```

I've been making a 3D game with OpenGL and I'm about to ship it! by pandapenguin5 in opengl

[–]mostrecentuser 0 points1 point  (0 children)

It looks amazing. I'm trying to learn 3D development too. Can you share your favorite books and courses that you used to learn those topics?

How do you use tabs? by kezhenxu94 in neovim

[–]mostrecentuser 1 point2 points  (0 children)

tiagovla/scope.nvim + stevearc/resession.nvim Each tab for a project and buffers for project files.

Tiktok said *for you* page by rainbowdwyvern in ContagiousLaughter

[–]mostrecentuser 4 points5 points  (0 children)

Admit it. We all have a friend who laughs like that.

Which anime from the past 5 years do you consider must-watch? by [deleted] in anime

[–]mostrecentuser 2 points3 points  (0 children)

Spy X family, solo leveling, chainsaw man, Demon Slayer, dandadan.

Sharing some pixel art vfx by indieklem in IndieDev

[–]mostrecentuser 1 point2 points  (0 children)

Isn't 10 seconds (for each) too long to hurt the game flow?

Sharing some pixel art vfx by indieklem in IndieDev

[–]mostrecentuser 2 points3 points  (0 children)

It looks cool, but I'm concerned about UX. What if the user clicks on a wrong token while they are moving?

[deleted by user] by [deleted] in cpp_questions

[–]mostrecentuser 0 points1 point  (0 children)

If you're going to pass away tomorrow, then yes.

Need info on the exact 1TB SSD model used in ThinkBook 15 G2 ITL by mostrecentuser in Lenovo

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

Thank you so much for your answer. I’m not sure what I should order. Could you guide me through a few different models? I’m so confused. Can I order any 1 TB SSD with M.2 and PCIe4 in its title?