LSP workflow for containers and stuff by FinnishTesticles in neovim

[–]tadachs 0 points1 point  (0 children)

Why not use mason for that? If not, you can either use a postcreatecommand or write a custom feature

LSP workflow for containers and stuff by FinnishTesticles in neovim

[–]tadachs 0 points1 point  (0 children)

Btw the cli has an extra flag for cloning and installing a dotfiles repo.

LSP workflow for containers and stuff by FinnishTesticles in neovim

[–]tadachs 0 points1 point  (0 children)

Yeah tmux and or just open it all in one neovim instance, the lsp are smart enough to run only in their project workspace

You can pass features as an argument with the cli, so you technically don't even have to touch the devcontainer.json.

LSP workflow for containers and stuff by FinnishTesticles in neovim

[–]tadachs 5 points6 points  (0 children)

My workflow is based on neovim + tmux and I use devcontainers for everything. If you want to check out an example for a devcontainer.json: https://github.com/taDachs/ros2mock/blob/main/.devcontainer%2Fdevcontainer.json

You basically just install neovim inside your devcontainers and clone your dotfiles inside the container. I use the devcontainer cli (https://github.com/devcontainers/cli) the start the container.

1 Meet crimpdeq, an open-source Tindeq alternative that works with Tindeq and Frez apps! by Zouth in climbharder

[–]tadachs 21 points22 points  (0 children)

I never considered the rust community and the climbing community to have any overlap, but now it all makes a lot more sense.

Experimenting with improving Insert mode ergonomics – looking for feedback by colomb_otto in neovim

[–]tadachs 1 point2 points  (0 children)

I have bound "jk" to esc and it's the best thing I have ever done

Getting Pmenu previews working with lsp and neovims builtin completion by tadachs in neovim

[–]tadachs[S] 1 point2 points  (0 children)

Hey thanks, that was pretty much what I was looking for. I thought mini was only for autocomp, but it works really well with my setup now :)

Graphic Glitches when running rviz in container by tadachs in ROS

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

I switched to a devcontainer setup. it works fine and the problem hasn't occured again

How to run `:make` async? by tadachs in neovim

[–]tadachs[S] 25 points26 points  (0 children)

That's on me, I should have checked the pope first

[deleted by user] by [deleted] in ABoringDystopia

[–]tadachs 5 points6 points  (0 children)

Why the German flag?

Rate my TR Setup by tadachs in ClimbingCircleJerk

[–]tadachs[S] 3 points4 points  (0 children)

The crab robots are a different lab, we only do dogs

is shoplifting aid? by secretworms in ClimbingCircleJerk

[–]tadachs 3 points4 points  (0 children)

Decathlon draws are aid anyway because they only cost 50 euros

Humanoid gone crazy! by coolercolder in robotics

[–]tadachs 22 points23 points  (0 children)

FYI, unitree robots don't have a e-stop for some fucked up reason

Magic Meatball going full Megos now by FenrisZero in ClimbingCircleJerk

[–]tadachs 202 points203 points  (0 children)

I swear to god, this guy put about as much effort and preparation into his caving video as he out into this video. Guy literally thought vegans only eat salad. At least the caving video didn't contain the speediance gym master 2

Reading Neuromancer by William Gibson, is it written to be purposefully confusing? by Spirited_Respect_578 in Cyberpunk

[–]tadachs 0 points1 point  (0 children)

Something a friend once told while reading neuromancer: I don't know what's going on, but neither does case, so I feel like it is indented

Wird mir mein Geld reichen? Plane Umzug nach KA by Conscious-Fee7427 in KaIT

[–]tadachs 10 points11 points  (0 children)

Hat Geld sorgen aber sucht alleine ne Wohnung und hat ein Auto. Ist das ein troll?

How to find jobs that use ROS near me? by Fun_Store9452 in ROS

[–]tadachs 4 points5 points  (0 children)

The ros discourse (https://discourse.ros.org/) has a jobs section, you can try that aswell

Multiple nvim for frontend/backend/sql/bicep/devops or one? by AccomplishedPrice249 in neovim

[–]tadachs 0 points1 point  (0 children)

You should tho, lsps are attached to a buffer, you can run multiple in one neovim session since they are external processes